Home
last modified time | relevance | path

Searched refs:path_load_file (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/utils/
Dpath.h150 extern void* path_load_file( const char* path, size_t *pSize );
Dpath.c523 path_load_file(const char *fn, size_t *pSize) in path_load_file() function
/external/qemu/android/
Dconfig.c340 data = path_load_file(fn, NULL); in aconfig_load_file()