Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dbuild_image.py95 unsparse_image_path = image_path
97 unsparse_image_path = UnsparseImage(image_path, replace=False)
99 cmd = ["tune2fs", "-l", unsparse_image_path]
104 os.remove(unsparse_image_path)
115 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)
116 unsparse_image_path = os.path.join(img_dir, unsparse_image_path)
117 if os.path.exists(unsparse_image_path):
119 os.unlink(unsparse_image_path)
121 return unsparse_image_path
122 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]
[all …]
Dverity_utils.py109 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument
119 cmd = ["append2simg", sparse_image_path, unsparse_image_path]