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

/external/qemu/android/
H A Dmain.c1404 const char* coreHwIniPath = avdInfo_getCoreHwIniPath(avd); local
1408 if (filelock_create(coreHwIniPath) == NULL) {
1413 coreHwIniPath = tempfile_path(tempIni);
1420 if (iniFile_saveToFileClean(hwIni, coreHwIniPath) < 0) {
1421 derror("Could not write hardware.ini to %s: %s", coreHwIniPath, strerror(errno));
1425 args[n++] = strdup(coreHwIniPath);
1429 FILE* file = fopen(coreHwIniPath, "rt");
1432 coreHwIniPath);

Completed in 209 milliseconds