Searched refs:verity_image_path (Results 1 – 1 of 1) sorted by relevance
/build/tools/releasetools/ |
D | build_image.py | 81 def BuildVerityTree(sparse_image_path, verity_image_path, prop_dict): argument 82 cmd = ("build_verity_tree -A %s %s %s" % (FIXED_SALT, sparse_image_path, verity_image_path)) 128 def BuildVerifiedImage(data_image_path, verity_image_path, verity_metadata_path): argument 131 if not Append2Simg(data_image_path, verity_image_path, "Could not append verity tree!"): 170 verity_image_path = os.path.join(tempdir_name, "verity.img") 174 if not BuildVerityTree(out_file, verity_image_path, prop_dict): 193 verity_image_path,
|