HomeSort by relevance Sort by last modified time
    Searched refs:CFG_FLAG (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
cmdline-options.h 17 #ifndef CFG_FLAG
18 #define CFG_FLAG OPT_FLAG
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" )
167 #undef CFG_FLAG
cmdline-option.c 40 #define CFG_FLAG(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1)

Completed in 87 milliseconds