Searched refs:HWCFG_DISKSIZE (Results 1 – 3 of 3) sorted by relevance
/external/qemu/android/avd/ |
D | hw-config-defs.h | 10 #ifndef HWCFG_DISKSIZE 11 #error HWCFG_DISKSIZE not defined 132 HWCFG_DISKSIZE( 155 #undef HWCFG_DISKSIZE
|
D | hw-config.h | 31 #define HWCFG_DISKSIZE(n,s,d,a,t) hw_disksize_t n; macro
|
D | hw-config.c | 34 #define HWCFG_DISKSIZE(n,s,d,a,t) config->n = iniFile_getDiskSize(ini, s, d); in androidHwConfig_read() macro
|