fileio::url is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

fileio::url field

Syntax

char *url;

References

LocationReferrerText
fileio.c:24
char *url;
fileio.c:38fileio_close_local()
LOG_ERROR("couldn't close %s: %s", fileio->url, strerror(errno));
fileio.c:78fileio_open_local()
fileio->file = open_file_from_path(fileio->url, file_access);
fileio.c:80fileio_open_local()
LOG_ERROR("couldn't open %s", fileio->url);
fileio.c:119fileio_open()
tmp->url = strdup(url);
fileio.c:124fileio_open()
free(tmp->url);
fileio.c:140fileio_close()
free(fileio->url);
fileio.c:158fileio_seek()
LOG_ERROR("couldn't seek file %s: %s", fileio->url, strerror(errno));

Data Use

Functions writing fileio::url
Functions reading fileio::url
all items filtered out
fileio::url