OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exit_badparam
(Results
1 - 2
of
2
) sorted by null
/development/vndk/tools/
modify_system_img.sh
33
# Usage:
exit_badparam
message
36
exit_badparam
() {
function
56
exit_badparam
"Invalid options: -"$OPTARG""
59
exit_badparam
"Option -"$OPTARG" requires an argument."
66
exit_badparam
"Unexpected number of arguments"
73
exit_badparam
"Could not find system target files package, "$SYSTEM_TARGET_FILES""
78
exit_badparam
"<new_security_patch_level> must have YYYY-MM-DD format"
build_mixed
39
# Usage:
exit_badparam
message
42
exit_badparam
() {
function
77
exit_badparam
"Invalid options: -"$OPTARG""
80
exit_badparam
"Option -"$OPTARG" requires an argument."
86
exit_badparam
"Options -v and -m must be set together."
92
exit_badparam
"Unexpected number of arguments"
103
exit_badparam
"Could not find system target files archive in $SYSTEM_DIR."
108
exit_badparam
"Could not find device img archive in $DEVICE_DIR."
113
exit_badparam
"Could not find device target_files archive in $DEVICE_DIR."
117
exit_badparam
"Script not found: "$MODIFY_SYSTEM_SCRIPT"
[
all
...]
Completed in 572 milliseconds