Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dbuild_image.py81 def BuildVerityTree(sparse_image_path, verity_image_path, prop_dict): argument
82 cmd = ("build_verity_tree -A %s %s %s" % (FIXED_SALT, sparse_image_path, verity_image_path))
110 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument
120 cmd %= (sparse_image_path, unsparse_image_path)
135 def UnsparseImage(sparse_image_path, replace=True): argument
136 img_dir = os.path.dirname(sparse_image_path)
137 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)
144 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]