OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iniFile_getDiskSize
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/utils/
ini.h
83
int64_t
iniFile_getDiskSize
( IniFile* f, const char* key, const char* defaultValue );
ini.c
393
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 23 milliseconds