HomeSort by relevance Sort by last modified time
    Searched refs:iniFile_setValue (Results 1 - 4 of 4) sorted by null

  /external/qemu/android/utils/
ini.h 103 void iniFile_setValue( IniFile* f, const char* key, const char* value );
ini.c 472 iniFile_setValue( IniFile* f, const char* key, const char* value )
492 iniFile_setValue(f, key, temp);
500 iniFile_setValue(f, key, temp);
508 iniFile_setValue(f, key, temp);
514 iniFile_setValue(f, key, value ? "yes" : "no");
544 iniFile_setValue(f, key, temp);
  /external/qemu/android/
snaphost-android.c 176 iniFile_setValue(hwcfg_bkp, "disk.dataPartition.initPath", "");
  /external/qemu/android/avd/
hw-config.c 108 #define HWCFG_STRING(n,s,d,a,t) iniFile_setValue(ini, s, config->n);

Completed in 1005 milliseconds