OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HWCFG_DISKSIZE
(Results
1 - 3
of
3
) sorted by null
/external/qemu/android/avd/
hw-config-defs.h
10
#ifndef
HWCFG_DISKSIZE
11
#error
HWCFG_DISKSIZE
not defined
132
HWCFG_DISKSIZE
(
155
#undef
HWCFG_DISKSIZE
hw-config.h
31
#define
HWCFG_DISKSIZE
(n,s,d,a,t) hw_disksize_t n;
hw-config.c
34
#define
HWCFG_DISKSIZE
(n,s,d,a,t) config->n = iniFile_getDiskSize(ini, s, d);
Completed in 33 milliseconds