Searched refs:verity_image_path (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | verity_utils.py | 99 def BuildVerityTree(sparse_image_path, verity_image_path): argument 101 verity_image_path] 328 verity_image_path = os.path.join(tempdir_name, "verity.img") 332 root_hash, salt = BuildVerityTree(out_file, verity_image_path) 345 verity_image_path, verity_metadata_path, 352 out_file, verity_image_path, verity_fec_path, padding_size) 353 Append(verity_image_path, verity_fec_path, "Failed to append FEC") 356 out_file, verity_image_path, "Failed to append verity data")
|