OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_load_file
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
path.h
165
extern void*
path_load_file
( const char* path, size_t *pSize );
path.c
586
path_load_file
(const char *fn, size_t *pSize)
function
/external/qemu/android/
config.c
341
data =
path_load_file
(fn, NULL);
Completed in 296 milliseconds