Searched defs:_getFullFilePath (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp124 char* _getFullFilePath(const char* rootPath, const char* fileName) { function in namespace:__anon29165
409 initImage = _getFullFilePath(opts->sysdir, opts->system);
484 dataImage = _getFullFilePath(opts->datadir, opts->data);
/external/qemu/android/
H A Dmain.c113 _getFullFilePath( const char* rootPath, const char* fileName ) function
608 initImage = _getFullFilePath(opts->sysdir, opts->system);
683 dataImage = _getFullFilePath(opts->datadir, opts->data);
/external/qemu/android/avd/
H A Dinfo.c271 _getFullFilePath( const char* rootPath, const char* fileName ) function
707 i->coreHardwareIniPath = _getFullFilePath(basePath, CORE_HARDWARE_INI);
1030 return _getFullFilePath(i->contentPath, imageName);
1088 return _getFullFilePath(i->contentPath, imageName);

Completed in 98 milliseconds