RTEMS
5.1
|
RTEMS Run-Time Linker Object Support. More...
Go to the source code of this file.
Functions | |
bool | rtems_rtl_find_file (const char *name, const char *paths, const char **file_name, size_t *size) |
RTEMS Run-Time Linker Object Support.
bool rtems_rtl_find_file | ( | const char * | name, |
const char * | paths, | ||
const char ** | file_name, | ||
size_t * | size | ||
) |
Find a file on disk given a name and a path.
name | The file name to find. Can be relative or absolute. |
paths | The paths to search. |
file_name | Place the full path in this location if found. |
size | The size of the file if found as returned by the 'stat' call. |
true | The file was found. |
false | The file was not found. |