OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iniFile_getValue
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
ini.h
50
* you should probably use
iniFile_getValue
() and its variants instead
60
const char*
iniFile_getValue
( IniFile* f, const char* key );
ini.c
92
iniFile_getValue
( IniFile* i, const char* key )
319
const char* val =
iniFile_getValue
(f, key);
330
const char* valueStr =
iniFile_getValue
(f, key);
345
const char* valueStr =
iniFile_getValue
(f, key);
360
const char* value =
iniFile_getValue
(f, key);
380
const char* valStr =
iniFile_getValue
(f, key);
403
const char* valStr =
iniFile_getValue
(f, key);
/external/qemu/android/
user-config.c
123
if (
iniFile_getValue
(ini, KEY_UUID) != NULL) {
Completed in 269 milliseconds