open_file_from_path() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

open_file_from_path() function

Syntax

FILE *open_file_from_path(const char *file,     const char *mode);
Implemented in configuration.c:97

Arguments

file

mode

References

LocationReferrerText
configuration.c:97
FILE *open_file_from_path(const char *file, const char *mode)
configuration.h:29
FILE *open_file_from_path(const char *file, const char *mode);
fileio.c:78fileio_open_local()
fileio->file = open_file_from_path(fileio->url, file_access);

Call Tree

Functions calling open_file_from_path()
Functions called by open_file_from_path()
all items filtered out
open_file_from_path()
fopen()
free()
all items filtered out
Data read by open_file_from_path()
Data written by open_file_from_path()
open_file_from_path()::full_path
open_file_from_path()::fp
all items filtered out
open_file_from_path()
open_file_from_path()::fp
all items filtered out
Type of open_file_from_path()
open_file_from_path()
_iobuf
FILE
all items filtered out