Home
last modified time | relevance | path

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

/external/qemu/android/
Dcmdline-options.h5 #ifndef OPT_PARAM
6 #error OPT_PARAM is not defined
15 #define CFG_PARAM OPT_PARAM
77 OPT_PARAM( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
78 OPT_PARAM( snapstorage, "<file>", "file that contains all state snapshots (default <datadir>/sna…
80 OPT_PARAM( snapshot, "<name>", "name of snapshot within storage file for auto-start and auto-…
94 OPT_PARAM( netspeed, "<speed>", "maximum network download/upload speeds" )
95 OPT_PARAM( netdelay, "<delay>", "network latency emulation" )
98 OPT_PARAM( trace, "<name>", "enable code profiling (F9 to start)" )
103 OPT_PARAM( logcat, "<tags>", "enable logcat output with given tags" )
[all …]
Dcmdline-option.h26 #define OPT_PARAM(n,t,d) char* n; macro
Dhelp.c1544 #define OPT_PARAM(_name,_template,_descr) { STRINGIFY(_name), _template, _descr, help_##_name }, macro
1545 #define OPT_LIST OPT_PARAM
Dcmdline-option.c38 #define OPT_PARAM(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0) macro