Home
last modified time | relevance | path

Searched refs:iniFile_getInt64 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/utils/
Dini.h74 int64_t iniFile_getInt64( IniFile* f, const char* key, int64_t defaultValue );
Dini.c401 iniFile_getInt64( IniFile* f, const char* key, int64_t defaultValue ) in iniFile_getInt64() function
/external/qemu/android/
Duser-config.c124 uc->uuid = (uint64_t) iniFile_getInt64(ini, KEY_UUID, 0LL); in auserConfig_new()