OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAGS_TRUE
(Results
1 - 12
of
12
) sorted by null
/external/vboot_reference/scripts/image_signing/
tag_image.sh
56
# When DO_MODIFICATION=${
FLAGS_TRUE
},
75
do_enable=${
FLAGS_TRUE
}
78
do_disable=${
FLAGS_TRUE
}
90
if [ "${do_disable}" = ${
FLAGS_TRUE
} ]; then
92
if [ "${do_modification}" = ${
FLAGS_TRUE
} ]; then
95
g_modified=${
FLAGS_TRUE
}
104
if [ "${do_enable}" = ${
FLAGS_TRUE
} ]; then
106
if [ "${do_modification}" = ${
FLAGS_TRUE
} ]; then
109
g_modified=${
FLAGS_TRUE
}
119
if [ "${do_modification}" != ${
FLAGS_TRUE
} ]; the
[
all
...]
set_gbb_flags.sh
16
DEFINE_boolean check_wp $
FLAGS_TRUE
"Check write protection states first." ""
68
return $
FLAGS_TRUE
93
if [ "$FLAGS_check_wp" = "$
FLAGS_TRUE
" ]; then
make_dev_firmware.sh
27
$
FLAGS_TRUE
"Modify GBB flags to enable developer friendly features" ""
29
$
FLAGS_TRUE
"Create backup even if source is not live" ""
55
return $
FLAGS_TRUE
157
if [ -n "$is_from_live" -o $FLAGS_force_backup = $
FLAGS_TRUE
]; then
169
local has_dev=$
FLAGS_TRUE
has_norm=$
FLAGS_TRUE
178
if [ "$has_norm" = "$FLAGS_FALSE" -a "$has_dev" = "$
FLAGS_TRUE
" ]; then
179
use_devfw_keyblock=$
FLAGS_TRUE
183
if [ "$use_devfw_keyblock" = "$
FLAGS_TRUE
" ]; then
250
if [ "$FLAGS_mod_gbb_flags" = "$
FLAGS_TRUE
" ]; the
[
all
...]
tofactory.sh
30
DEFINE_boolean wipe_ssd $
FLAGS_TRUE
"Wipe SSD after firmware updates" ""
129
if [ "$FLAGS_nothing" = $
FLAGS_TRUE
]; then
175
if [ "$FLAGS_wipe_ssd" = $
FLAGS_TRUE
]; then
common_minimal.sh
51
# must set $FLAGS_debug and $
FLAGS_TRUE
yourself. The default
52
# behavior is that debug will be off if you define neither $
FLAGS_TRUE
55
[ "${FLAGS_debug:-not$
FLAGS_TRUE
}" = "$
FLAGS_TRUE
" ]
make_dev_ssd.sh
263
if [ ${FLAGS_remove_rootfs_verification} = $
FLAGS_TRUE
]; then
381
if [ "$FLAGS_recovery_key" = "$
FLAGS_TRUE
" ]; then
408
if [ "$FLAGS_force" = "$
FLAGS_TRUE
" ]; then
/external/shflags/examples/
debug_output.sh
28
[ ${FLAGS_debug} -eq ${
FLAGS_TRUE
} ] || return
/external/autotest/client/site_tests/firmware_TouchMTB/
summary.sh
92
[ ${FLAGS_scores} -eq ${
FLAGS_TRUE
} ] && scores_flag="--scores" \
94
[ ${FLAGS_individual} -eq ${
FLAGS_TRUE
} ] && individual_flag="--individual" \
/external/autotest/site_utils/bootperf-bin/
bootperf
117
return $
FLAGS_TRUE
178
if [ $FLAGS_keep_logs -eq $
FLAGS_TRUE
]; then
238
if [ ${FLAGS_help} -eq ${
FLAGS_TRUE
} ]; then
/external/shflags/src/
shflags_test_public.sh
39
[ ${grepped} -ne ${
FLAGS_TRUE
} ] && th_showOutput
49
[ ${grepped} -ne ${
FLAGS_TRUE
} ] && th_showOutput
59
[ ${grepped} -ne ${
FLAGS_TRUE
} ] && th_showOutput
shflags_test_parsing.sh
56
test ${r3turn} -eq ${
FLAGS_TRUE
} -a ! -s "${stderrF}"
66
test ${r3turn} -eq ${
FLAGS_TRUE
} -a ! -s "${stderrF}"
75
test ${r3turn} -eq ${
FLAGS_TRUE
} -a ! -s "${stderrF}"
217
if [ ${r3turn} -eq ${
FLAGS_TRUE
} ]; then
/external/shflags/bin/
gen_test_results.sh
49
if [ ${FLAGS_force} -eq ${
FLAGS_TRUE
} ]; then
Completed in 279 milliseconds