Searched refs:verity_image_path (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | verity_utils.py | 89 def BuildVerityTree(sparse_image_path, verity_image_path): argument 91 verity_image_path] 318 verity_image_path = os.path.join(tempdir_name, "verity.img") 322 root_hash, salt = BuildVerityTree(out_file, verity_image_path) 335 verity_image_path, verity_metadata_path, 342 out_file, verity_image_path, verity_fec_path, padding_size) 343 Append(verity_image_path, verity_fec_path, "Failed to append FEC") 346 out_file, verity_image_path, "Failed to append verity data")
|