OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_PARAM
(Results
1 - 4
of
4
) sorted by null
/external/qemu/android/
cmdline-options.h
5
#ifndef
OPT_PARAM
6
#error
OPT_PARAM
is not defined
15
#define CFG_PARAM
OPT_PARAM
44
*
OPT_PARAM
( name, "<param>", "description" )
75
OPT_PARAM
( cache_size, "<size>", "cache partition size in MBs" )
78
OPT_PARAM
( sdcard, "<file>", "SD card image (default <system>/sdcard.img")
79
OPT_PARAM
( snapstorage, "<file>", "file that contains all state snapshots (default <datadir>/snapshots.img)")
81
OPT_PARAM
( snapshot, "<name>", "name of snapshot within storage file for auto-start and auto-save (default 'default-boot')" )
96
OPT_PARAM
( netspeed, "<speed>", "maximum network download/upload speeds" )
97
OPT_PARAM
( netdelay, "<delay>", "network latency emulation"
[
all
...]
cmdline-option.h
26
#define
OPT_PARAM
(n,t,d) char* n;
help.c
[
all
...]
cmdline-option.c
38
#define
OPT_PARAM
(_name,_template,_descr) OPTION(_name,OPTION_IS_PARAM,0)
Completed in 41 milliseconds