Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.bash31 where=OPTIONS
42 where=OPTIONS
57 where=OPTIONS
60 OPTIONS="-d -e -s -p"
64 OPTIONS|OPT_SERIAL|OPT_PATH)
65 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
115 where=OPTIONS
120 where=OPTIONS
130 if [[ $where == OPTIONS ]]; then
331 where=OPTIONS
[all …]
/system/core/fastboot/
Dfastboot.bash31 where=OPTIONS
42 where=OPTIONS
59 where=OPTIONS
62OPTIONS="-a -c --disable-verification --disable-verity -h --help -s --set-active --skip-secondary …
66 OPTIONS|OPT_SERIAL)
67 COMPREPLY=( $(compgen -W "$OPTIONS $COMMAND" -- "$cur") )
/system/extras/tests/icachetest/
Dicache_main.cpp48 static const struct option OPTIONS[] = { in handleCommandLineArgments() local
55 while ((opt = getopt_long(argc, argv, OPTSTR, OPTIONS, &option_index)) >= 0) { in handleCommandLineArgments()
/system/core/fs_mgr/tests/
Dadb-remount-test.sh551 OPTIONS=`getopt --alternative --unquoted \
557 set -- ${OPTIONS}