HomeSort by relevance Sort by last modified time
    Searched full:add_hash_footer (Results 1 - 9 of 9) sorted by null

  /external/avb/test/
avb_slot_verify_unittest.cc 380 "./avbtool add_hash_footer"
442 "./avbtool add_hash_footer"
562 "./avbtool add_hash_footer"
635 "./avbtool add_hash_footer"
    [all...]
avbtool_unittest.cc 455 /* Do this twice to check that 'add_hash_footer' is idempotent. */
458 "./avbtool add_hash_footer --salt d00df00d "
599 "./avbtool add_hash_footer --salt d00df00d "
658 "./avbtool add_hash_footer --salt d00df00d "
712 "./avbtool add_hash_footer "
729 "./avbtool add_hash_footer"
    [all...]
avb_ab_flow_unittest.cc 183 "./avbtool add_hash_footer"
    [all...]
  /external/avb/
README.md 313 $ avbtool add_hash_footer \
367 of a given size after having used the `avbtool add_hash_footer` or
371 $ avbtool add_hash_footer --partition_size $((10*1024*1024)) \
380 vbmeta struct when using `make_vbmeta_image`, `add_hash_footer`, and
392 `add_hash_footer` and `add_hashtree_footer` commands to specify any
526 specify additional options passed to `avbtool add_hash_footer` for
543 specify additional options passed to `avbtool add_hash_footer` for
    [all...]
avbtool 2730 def add_hash_footer(self, image_filename, partition_size, partition_name, member in class:Avb
3832 def add_hash_footer(self, args): member in class:AvbTool
    [all...]
  /build/make/tools/releasetools/
add_img_to_target_files 200 cmd = [avbtool, "add_hash_footer", "--image", img.name,
209 "avbtool add_hash_footer of %s failed" % (img.name,)
add_img_to_target_files.py 200 cmd = [avbtool, "add_hash_footer", "--image", img.name,
209 "avbtool add_hash_footer of %s failed" % (img.name,)
common.py 500 cmd = [avbtool, "add_hash_footer", "--image", img.name,
508 assert p.returncode == 0, "avbtool add_hash_footer of %s failed" % (
    [all...]
  /build/make/core/
Makefile 656 $(hide) $(AVBTOOL) add_hash_footer \
667 $(hide) $(AVBTOOL) add_hash_footer \
    [all...]

Completed in 200 milliseconds