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

/external/qemu/android/
H A Dmain.c1212 const char* coreHwIniPath = avdInfo_getCoreHwIniPath(avd); local
1216 if (filelock_create(coreHwIniPath) == NULL) {
1221 coreHwIniPath = tempfile_path(tempIni);
1228 if (iniFile_saveToFileClean(hwIni, coreHwIniPath) < 0) {
1229 derror("Could not write hardware.ini to %s: %s", coreHwIniPath, strerror(errno));
1233 args[n++] = strdup(coreHwIniPath);
1237 FILE* file = fopen(coreHwIniPath, "rt");
1240 coreHwIniPath);

Completed in 44 milliseconds