Home
last modified time | relevance | path

Searched refs:_getFullFilePath (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/avd/
Dinfo.c260 _getFullFilePath( const char* rootPath, const char* fileName ) in _getFullFilePath() function
690 i->coreHardwareIniPath = _getFullFilePath(basePath, CORE_HARDWARE_INI); in _avdInfo_getCoreHwIniPath()
929 return _getFullFilePath(i->contentPath, imageName); in avdInfo_getDefaultCachePath()
987 return _getFullFilePath(i->contentPath, imageName); in avdInfo_getDefaultDataImagePath()
/external/qemu/android/
Dmain.c114 _getFullFilePath( const char* rootPath, const char* fileName ) in _getFullFilePath() function
581 initImage = _getFullFilePath(opts->sysdir, opts->system); in main()
656 dataImage = _getFullFilePath(opts->datadir, opts->data); in main()