Home
last modified time | relevance | path

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

/build/tools/releasetools/
Dbuild_image.py178 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument
188 cmd %= (sparse_image_path, unsparse_image_path)
228 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)
229 unsparse_image_path = os.path.join(img_dir, unsparse_image_path)
230 if os.path.exists(unsparse_image_path):
232 os.unlink(unsparse_image_path)
234 return True, unsparse_image_path
235 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]
238 os.remove(unsparse_image_path)
240 return True, unsparse_image_path