Searched refs:iniFile_getDouble (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/utils/ |
D | ini.h | 79 double iniFile_getDouble( IniFile* f, const char* key, double defaultValue );
|
D | ini.c | 343 iniFile_getDouble( IniFile* f, const char* key, double defaultValue ) in iniFile_getDouble() function
|
/external/qemu/android/avd/ |
D | hw-config.c | 33 #define HWCFG_DOUBLE(n,s,d,a,t) config->n = iniFile_getDouble(ini, s, d); in androidHwConfig_read()
|