HomeSort by relevance Sort by last modified time
    Searched refs:simg2img (Results 1 - 8 of 8) sorted by null

  /test/vts/tools/build/tasks/list/
vts_test_host_bin_package_list.mk 6 simg2img \
  /system/extras/verity/fec/tests/
fec.py 54 def simg2img(image, output): function
56 if subprocess.call([ "simg2img", image, output]) != 0:
57 raise Exception("simg2img failed")
67 simg2img(image, temp_img.name)
68 simg2img(image, temp_cor.name)
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 189 class Simg2img(object):
190 """Wrapper class of simg2img"""
197 """Converts the image to the raw image by simg2img command line.
234 def _convert_images(simg2img, out, product, push_vendor_image,
247 simg2img.convert(os.path.join(out, 'system.img'), system_raw_img)
277 simg2img.convert(os.path.join(out, 'vendor.img'), vendor_raw_img)
721 def _extract_artifact(simg2img, unsquashfs_path, out_dir, filename):
725 # Note that the same simg2img conversion is performed again for system.img
728 simg2img.convert(os.path.join(out_dir, 'system.img'),
    [all...]
  /test/framework/harnesses/host_controller/gsi/
change_security_patch_ver.sh 105 # If BIN_PATH is not a directory, or cannot find simg2img binary then
107 if [ ! -d "${BIN_PATH}" ] || [ ! -f "${BIN_PATH}/simg2img" ]; then
119 if [ ! -d "${BIN_PATH}" ] || [ ! -f "${BIN_PATH}/simg2img" ]; then
134 $BIN_PATH/simg2img "$SYSTEM_IMG" "$UNSPARSED_SYSTEM_IMG"
  /system/update_engine/scripts/
brillo_update_payload 466 simg2img "${part_file}" "${temp_raw}"
  /system/update_engine/
Android.mk     [all...]
  /build/make/core/
config.mk 675 SIMG2IMG := $(HOST_OUT_EXECUTABLES)/simg2img$(HOST_EXECUTABLE_SUFFIX)
    [all...]
Makefile     [all...]

Completed in 460 milliseconds