OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flags_help
(Results
1 - 6
of
6
) sorted by null
/external/shflags/examples/
write_date.sh
8
# - declaration of the
FLAGS_HELP
variable to customize the help output
9
# - direct calling of the
flags_help
() function for script controlled usage
28
FLAGS_HELP
="USAGE: $0 [flags] filename"
39
flags_help
debug_output.sh
19
FLAGS_HELP
=`cat <<EOF
34
flags_help
/external/vboot_reference/scripts/image_signing/
set_gbb_flags.sh
43
FLAGS_HELP
="Changes ChromeOS Firmware GBB Flags value.
75
flags_help
make_dev_ssd.sh
441
flags_help
/external/shflags/bin/
continuous_build.sh
37
FLAGS_HELP
="USAGE: ${ARGV0} [flags]"
51
flags_help
/external/autotest/site_utils/bootperf-bin/
bootperf
84
flags_help
() {
function
125
flags_help
234
# line FLAGS will invoke
flags_help
, set
FLAGS_help
to TRUE, and
238
if [ ${
FLAGS_help
} -eq ${FLAGS_TRUE} ]; then
Completed in 145 milliseconds