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

  /external/avb/test/
image_handler_unittest.py 36 avbtool = imp.load_source('avbtool', './avbtool') variable
44 # image = avbtool.ImageHandler('test_file.bin.sparse')
117 ih = avbtool.ImageHandler(self.TEST_FILE_SPARSE_PATH)
148 ih = avbtool.ImageHandler(sparse_file.name)
159 ih = avbtool.ImageHandler(sparse_file.name)
173 ih = avbtool.ImageHandler(sparse_file.name)
186 ih = avbtool.ImageHandler(sparse_file.name)
199 ih = avbtool.ImageHandler(sparse_file.name
    [all...]
avb_atx_generate_test_data 28 # An avbtool executable is assumed to reside in the parent directory
32 # this script. It is consistent with the expectations of avbtool unit
46 AVBTOOL=$(dirname "$0")/../avbtool
48 echo AVBTOOL = ${AVBTOOL}
68 ${AVBTOOL} make_atx_permanent_attributes --output=atx_permanent_attributes.bin \
73 ${AVBTOOL} make_atx_certificate --output=atx_pik_certificate.bin \
79 ${AVBTOOL} make_atx_certificate --output=atx_psk_certificate.bin \
84 ${AVBTOOL} make_atx_metadata --output=atx_metadata.bin
    [all...]
  /build/make/tools/releasetools/
build_image.py 119 def AVBCalcMaxImageSize(avbtool, footer_type, partition_size, additional_args):
123 avbtool: String with path to avbtool.
126 additional_args: Additional arguments to pass to 'avbtool
131 cmd = [avbtool, "add_%s_footer" % footer_type,
142 def AVBAddFooter(image_path, avbtool, footer_type, partition_size,
149 avbtool: String with path to avbtool.
156 additional_args: Additional arguments to pass to 'avbtool
162 cmd = [avbtool, "add_%s_footer" % footer_type
    [all...]
add_img_to_target_files 217 avbtool = os.getenv('AVBTOOL') or OPTIONS.info_dict["avb_avbtool"]
220 cmd = [avbtool, "add_hash_footer", "--image", img.name,
229 "avbtool add_hash_footer of %s failed" % (img.name,)
351 avbtool = os.getenv('AVBTOOL') or OPTIONS.info_dict["avb_avbtool"]
353 p = common.Run([avbtool, "extract_public_key", "--key", key_path,
358 "avbtool extract_public_key fail for partition: %r" % partition
382 avbtool = os.getenv('AVBTOOL') or OPTIONS.info_dict["avb_avbtool"
    [all...]
add_img_to_target_files.py 217 avbtool = os.getenv('AVBTOOL') or OPTIONS.info_dict["avb_avbtool"]
220 cmd = [avbtool, "add_hash_footer", "--image", img.name,
229 "avbtool add_hash_footer of %s failed" % (img.name,)
351 avbtool = os.getenv('AVBTOOL') or OPTIONS.info_dict["avb_avbtool"]
353 p = common.Run([avbtool, "extract_public_key", "--key", key_path,
358 "avbtool extract_public_key fail for partition: %r" % partition
382 avbtool = os.getenv('AVBTOOL') or OPTIONS.info_dict["avb_avbtool"
    [all...]
common.py 360 """Append signing arguments for avbtool."""
515 avbtool = os.getenv('AVBTOOL') or info_dict["avb_avbtool"]
517 cmd = [avbtool, "add_hash_footer", "--image", img.name,
526 assert p.returncode == 0, "avbtool add_hash_footer of %s failed" % (
    [all...]
  /build/make/core/
config.mk 661 AVBTOOL := $(HOST_OUT_EXECUTABLES)/avbtool$(HOST_EXECUTABLE_SUFFIX)
663 AVBTOOL := $(BOARD_CUSTOM_AVBTOOL)
    [all...]
  /external/avb/
avbtool 195 return 'avbtool {}.{}.{}'.format(AVB_VERSION_MAJOR,
549 # is OK since 'avbtool verify_image' is not expected to run on the
    [all...]

Completed in 206 milliseconds