Lines Matching refs:die
89 die() { function
103 . "${path}/shflags" || die "Could not load ${path}/shflags."
107 die "Could not find shflags."
357 die "Cleanup encountered an error."
364 die "Cleanup success after an error."
389 { rm -rf "${output_directory}"; die "Failed to extract ${entry_name}"; }
422 die "Couldn't detect the image format of ${image}"
483 [[ -n "${path_in_zip}" ]] || die "Failed to find ${part}.img"
537 die "Invalid partition names found in the partition list."
542 die "The list of partitions is empty. Can't generate a payload."
667 die "You must specify an output filename with --payload FILENAME"
670 die "You must specify a target image with --target_image FILENAME"
825 die "You must specify signature size with --signature_size SIZES"
828 die "You must specify the input unsigned payload with \
832 die "You must specify --payload_hash_file FILENAME"
835 die "You must specify --metadata_hash_file FILENAME"
850 die "You must specify signature size with --signature_size SIZES"
853 die "You must specify the input unsigned payload with \
857 die "You must specify the output signed payload with --payload FILENAME"
860 die "You must specify the payload signature file with \
864 die "You must specify the metadata signature file with \
887 die "You must specify the payload file with --payload FILENAME"
890 die "You must specify a non empty --properties_file FILENAME"
901 die "Error: you must specify an input filename with --payload FILENAME"
904 die "Error: you must specify a target image with --target_image FILENAME"
1007 [[ -x "${GENERATOR}" ]] || die "can't find delta_generator"