Home
last modified time | relevance | path

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

/external/qemu/android/
Dmain.c1232 IniFile* hwIni = iniFile_newFromMemory("", NULL); in main() local
1233 androidHwConfig_write(hw, hwIni); in main()
1247 if (iniFile_saveToFileClean(hwIni, coreHwIniPath) < 0) { in main()