Lines Matching refs:die

87 die() {  function
99 . "${path}/shflags" || die "Could not load ${path}/shflags."
103 die "Could not find shflags."
322 die "Cleanup encountered an error."
329 die "Cleanup success after an error."
354 { rm -rf "${output_directory}"; die "Failed to extract ${entry_name}"; }
387 die "Couldn't detect the image format of ${image}"
448 [[ -n "${path_in_zip}" ]] || die "Failed to find ${part}.img"
502 die "Invalid partition names found in the partition list."
507 die "The list of partitions is empty. Can't generate a payload."
622 die "You must specify an output filename with --payload FILENAME"
625 die "You must specify a target image with --target_image FILENAME"
719 die "You must specify signature size with --signature_size SIZES"
722 die "You must specify the input unsigned payload with \
726 die "You must specify --payload_hash_file FILENAME"
729 die "You must specify --metadata_hash_file FILENAME"
744 die "You must specify signature size with --signature_size SIZES"
747 die "You must specify the input unsigned payload with \
751 die "You must specify the output signed payload with --payload FILENAME"
754 die "You must specify the payload signature file with \
758 die "You must specify the metadata signature file with \
781 die "You must specify the payload file with --payload FILENAME"
784 die "You must specify a non empty --properties_file FILENAME"
795 die "Error: you must specify an input filename with --payload FILENAME"
798 die "Error: you must specify a target image with --target_image FILENAME"
901 [[ -x "${GENERATOR}" ]] || die "can't find delta_generator"