OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCFG_BOOL
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/avd/
hw-config.c
59
#define
HWCFG_BOOL
(n,s,d,a,t) config->n = stringToBoolean(d);
86
#define
HWCFG_BOOL
(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getBoolean(ini, s, d); }
106
#define
HWCFG_BOOL
(n,s,d,a,t) iniFile_setBoolean(ini, s, config->n);
120
#define
HWCFG_BOOL
(n,s,d,a,t) config->n = 0;
hw-config.h
27
#define
HWCFG_BOOL
(n,s,d,a,t) hw_bool_t n;
Completed in 42 milliseconds