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

  /external/qemu/android/utils/
ini.h 100 int64_t iniFile_getDiskSize( IniFile* f, const char* key, const char* defaultValue );
ini.c 432 iniFile_getDiskSize( IniFile* f, const char* key, const char* defaultValue )
  /external/qemu/android/avd/
hw-config.c 90 #define HWCFG_DISKSIZE(n,s,d,a,t) if (iniFile_getValue(ini, s)) { config->n = iniFile_getDiskSize(ini, s, d); }

Completed in 2909 milliseconds