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)
100 cmd = ["tune2fs", "-l", unsparse_image_path]
102 cmd = ["fsck.f2fs", "-l", unsparse_image_path]
108 os.remove(unsparse_image_path)
119 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)
120 unsparse_image_path = os.path.join(img_dir, unsparse_image_path)
121 if os.path.exists(unsparse_image_path):
123 os.unlink(unsparse_image_path)
125 return unsparse_image_path
[all …]
Dverity_utils.py119 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument
129 cmd = ["append2simg", sparse_image_path, unsparse_image_path]