Home
last modified time | relevance | path

Searched refs:CFG_FLAG (Results 1 – 2 of 2) sorted by relevance

/external/qemu/android/
Dcmdline-options.h17 #ifndef CFG_FLAG
18 #define CFG_FLAG OPT_FLAG macro
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" )
167 #undef CFG_FLAG
Dcmdline-option.c40 #define CFG_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1) macro