Home
last modified time | relevance | path

Searched refs:OPT_LIST (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/
Dcmdline-options.h8 #ifndef OPT_LIST
9 #error OPT_LIST is not defined
145 OPT_LIST( prop, "<name>=<value>", "set system property on boot")
169 #undef OPT_LIST
Dcmdline-option.h29 #define OPT_LIST(n,t,d) ParamList* n; macro
Dcmdline-option.c39 #define OPT_LIST(_name,_template,_descr) OPTION(_name,OPTION_IS_LIST,0) macro
Dhelp.c1550 #define OPT_LIST OPT_PARAM macro