Searched refs:verity_fec_path (Results 1 – 1 of 1) sorted by relevance
/build/make/tools/releasetools/ |
D | verity_utils.py | 82 def BuildVerityFEC(sparse_image_path, verity_path, verity_fec_path, argument 85 verity_path, verity_fec_path] 340 verity_fec_path = os.path.join(tempdir_name, "verity_fec.img") 342 out_file, verity_image_path, verity_fec_path, padding_size) 343 Append(verity_image_path, verity_fec_path, "Failed to append FEC")
|