Searched refs:unsparse_image_path (Results 1 – 1 of 1) sorted by relevance
113 def Append2Simg(sparse_image_path, unsparse_image_path, error_message): argument123 cmd %= (sparse_image_path, unsparse_image_path)143 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)144 unsparse_image_path = os.path.join(img_dir, unsparse_image_path)145 if os.path.exists(unsparse_image_path):147 os.unlink(unsparse_image_path)149 return True, unsparse_image_path150 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]153 os.remove(unsparse_image_path)155 return True, unsparse_image_path