Home
last modified time | relevance | path

Searched refs:sparse_image_path (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/releasetools/
Dverity_utils.py82 def BuildVerityFEC(sparse_image_path, verity_path, verity_fec_path, argument
84 cmd = ["fec", "-e", "-p", str(padding_size), sparse_image_path,
89 def BuildVerityTree(sparse_image_path, verity_image_path): argument
90 cmd = ["build_verity_tree", "-A", FIXED_SALT, sparse_image_path,
109 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument
119 cmd = ["append2simg", sparse_image_path, unsparse_image_path]
Dbuild_image.py113 def UnsparseImage(sparse_image_path, replace=True): argument
114 img_dir = os.path.dirname(sparse_image_path)
115 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)
122 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]