Lines Matching refs:image
289 local image="$1"
293 local magic=$(head --bytes=4 "${image}" | hexdump -e '1/1 "%.2x"')
303 if cgpt show -q -n "${image}" >/dev/null; then
309 die "Couldn't detect the image format of ${image}"
316 local image="$1"
327 --image "${image}" \
363 local image="$1"
371 if unzip -p "${image}" "META/ab_partitions.txt" >"${ab_partitions_list}"; then
395 if ! unzip -p "${image}" "META/update_engine_config.txt" \
415 ZLIB_FINGERPRINT=$(unzip -p "${image}" "META/zlib_fingerprint.txt")
421 if unzip -p "${image}" "META/postinstall_config.txt" \
431 unzip -p "${image}" "IMAGES/${part}.img" >"${part_file}"
450 unzip -p "${image}" "IMAGES/${part}.map" >"${part_map_file}" || \