Searched defs:CFG_FLAG (Results 1 - 2 of 2) sorted by relevance

/external/qemu/android/
H A Dcmdline-options.h17 #ifndef CFG_FLAG
18 #define CFG_FLAG OPT_FLAG macro
51 * CFG_FLAG( name, "description" )
76 CFG_FLAG ( no_cache, "disable the cache partition" )
77 CFG_FLAG ( nocache, "same as -no-cache" )
91 CFG_FLAG ( no_skin, "don't use any emulator skin" )
92 CFG_FLAG ( noskin, "same as -no-skin" )
93 CFG_FLAG ( dynamic_skin, "dynamically construct a skin of given size, requires -skin WxH option" )
169 #undef CFG_FLAG macro
H A Dcmdline-option.c40 #define CFG_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1) macro

Completed in 116 milliseconds