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" )
75 CFG_FLAG ( no_cache, "disable the cache partition" )
76 CFG_FLAG ( nocache, "same as -no-cache" )
90 CFG_FLAG ( no_skin, "don't use any emulator skin" )
91 CFG_FLAG ( noskin, "same as -no-skin" )
162 #undef CFG_FLAG macro
H A Dcmdline-option.c40 #define CFG_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1) macro

Completed in 60 milliseconds