Searched refs:sparse_image_path (Results 1 – 1 of 1) sorted by relevance
/build/tools/releasetools/ |
D | build_image.py | 87 def BuildVerityTree(sparse_image_path, verity_image_path, prop_dict): argument 89 FIXED_SALT, sparse_image_path, verity_image_path) 113 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument 123 cmd %= (sparse_image_path, unsparse_image_path) 141 def UnsparseImage(sparse_image_path, replace=True): argument 142 img_dir = os.path.dirname(sparse_image_path) 143 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path) 150 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]
|