OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iniFile_getInt64
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
ini.h
81
int64_t
iniFile_getInt64
( IniFile* f, const char* key, int64_t defaultValue );
ini.c
455
iniFile_getInt64
( IniFile* f, const char* key, int64_t defaultValue )
/external/qemu/android/
user-config.c
124
uc->uuid = (uint64_t)
iniFile_getInt64
(ini, KEY_UUID, 0LL);
Completed in 1256 milliseconds