OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iniFile_getBoolean
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/avd/
hw-config.c
30
#define HWCFG_BOOL(n,s,d,a,t) config->n =
iniFile_getBoolean
(ini, s, d);
/external/qemu/android/utils/
ini.h
89
int
iniFile_getBoolean
( IniFile* f, const char* key, const char* defaultValue );
ini.c
358
iniFile_getBoolean
( IniFile* f, const char* key, const char* defaultValue )
Completed in 510 milliseconds