Lines Matching refs:image
382 local image="$1"
386 local magic=$(xxd -p -l4 "${image}")
396 if cgpt show -q -n "${image}" >/dev/null; then
402 die "Couldn't detect the image format of ${image}"
409 local image="$1"
420 --image "${image}" \
448 local image="$1"
458 if unzip -l "${image}" "${path}/${part}.img" >/dev/null; then
464 extract_file "${image}" "${path_in_zip}/${part}.img" "${part_file}"
478 if unzip -l "${image}" "${path_in_zip}/${part}.map" > /dev/null; then
479 extract_file "${image}" "${path_in_zip}/${part}.map" "${part_map_file}"
506 local image="$1"
514 if unzip -l "${image}" "META/ab_partitions.txt" > /dev/null; then
515 extract_file "${image}" "META/ab_partitions.txt" "${ab_partitions_list}"
540 if unzip -l "${image}" "META/update_engine_config.txt" > /dev/null; then
541 extract_file "${image}" "META/update_engine_config.txt" "${ue_config}"
563 if unzip -l "${image}" "META/postinstall_config.txt" > /dev/null; then
564 extract_file "${image}" "META/postinstall_config.txt" \
570 if unzip -l "${image}" "META/dynamic_partitions_info.txt" > /dev/null; then
571 extract_file "${image}" "META/dynamic_partitions_info.txt" \
577 if unzip -l "${image}" "META/apex_info.pb" > /dev/null; then
578 extract_file "${image}" "META/apex_info.pb" \
590 extract_partition_brillo "${image}" "${partitions_array}" "${part}" \