OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_getFullFilePath
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/avd/
info.c
288
_getFullFilePath
( const char* rootPath, const char* fileName )
703
i->coreHardwareIniPath =
_getFullFilePath
(basePath, CORE_HARDWARE_INI);
929
return
_getFullFilePath
(i->contentPath, imageName);
987
return
_getFullFilePath
(i->contentPath, imageName);
[
all
...]
/external/qemu/android/
main.c
114
_getFullFilePath
( const char* rootPath, const char* fileName )
630
initImage =
_getFullFilePath
(opts->sysdir, opts->system);
705
dataImage =
_getFullFilePath
(opts->datadir, opts->data);
[
all
...]
Completed in 220 milliseconds