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

  /external/qemu/android/utils/
ini.h 75 int iniFile_getBoolean( IniFile* f, const char* key, const char* defaultValue );
ini.c 373 iniFile_getBoolean( IniFile* f, const char* key, const char* defaultValue )
  /external/qemu/android/avd/
hw-config.c 86 #define HWCFG_BOOL(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getBoolean(ini, s, d); }

Completed in 64 milliseconds