HomeSort by relevance Sort by last modified time
    Searched refs:iniFile_getInt64 (Results 1 - 3 of 3) sorted by null

  /external/qemu/android/utils/
ini.h 64 int64_t iniFile_getInt64( IniFile* f, const char* key, int64_t defaultValue );
ini.c 416 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 67 milliseconds