OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iniFile_setValue
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
ini.h
86
void
iniFile_setValue
( IniFile* f, const char* key, const char* value );
ini.c
433
iniFile_setValue
( IniFile* f, const char* key, const char* value )
453
iniFile_setValue
(f, key, temp);
461
iniFile_setValue
(f, key, temp);
469
iniFile_setValue
(f, key, temp);
475
iniFile_setValue
(f, key, value ? "yes" : "no");
505
iniFile_setValue
(f, key, temp);
/external/qemu/android/avd/
hw-config.c
108
#define HWCFG_STRING(n,s,d,a,t)
iniFile_setValue
(ini, s, config->n);
Completed in 16 milliseconds