OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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" )
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
cmdline-option.c
40
#define
CFG_FLAG
(_name,_descr) OPTION(_name,OPTION_IS_FLAG,1)
Completed in 58 milliseconds