Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dbuild_image.py143 def BuildVerityFEC(sparse_image_path, verity_path, verity_fec_path): argument
144 cmd = "fec -e %s %s %s" % (sparse_image_path, verity_path, verity_fec_path)
152 def BuildVerityTree(sparse_image_path, verity_image_path, prop_dict): argument
154 FIXED_SALT, sparse_image_path, verity_image_path)
178 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument
188 cmd %= (sparse_image_path, unsparse_image_path)
226 def UnsparseImage(sparse_image_path, replace=True): argument
227 img_dir = os.path.dirname(sparse_image_path)
228 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)
235 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]