Home
last modified time | relevance | path

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

/external/qemu/android/avd/
Dhw-config-defs.h10 #ifndef HWCFG_DISKSIZE
11 #error HWCFG_DISKSIZE not defined
132 HWCFG_DISKSIZE(
155 #undef HWCFG_DISKSIZE
Dhw-config.h31 #define HWCFG_DISKSIZE(n,s,d,a,t) hw_disksize_t n; macro
Dhw-config.c34 #define HWCFG_DISKSIZE(n,s,d,a,t) config->n = iniFile_getDiskSize(ini, s, d); in androidHwConfig_read() macro