OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iniFile_getBoolean
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/utils/
ini.h
92
int
iniFile_getBoolean
( IniFile* f, const char* key, const char* defaultValue );
ini.c
412
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); }
info.c
[
all
...]
Completed in 239 milliseconds