Searched refs:sparse_image_path (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/make/tools/releasetools/ |
H A D | verity_utils.py | 92 def BuildVerityFEC(sparse_image_path, verity_path, verity_fec_path, argument 94 cmd = ["fec", "-e", "-p", str(padding_size), sparse_image_path, 99 def BuildVerityTree(sparse_image_path, verity_image_path): argument 100 cmd = ["build_verity_tree", "-A", FIXED_SALT, sparse_image_path, 119 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument 129 cmd = ["append2simg", sparse_image_path, unsparse_image_path]
|
H A D | build_image.py | 117 def UnsparseImage(sparse_image_path, replace=True): argument 118 img_dir = os.path.dirname(sparse_image_path) 119 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path) 126 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]
|