Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/releasetools/
H A Dbuild_image.py129 def UnsparseImage(sparse_image_path, replace=True): argument
130 img_dir = os.path.dirname(sparse_image_path)
131 unsparse_image_path = "unsparse_" + os.path.basename(sparse_image_path)
138 inflate_command = ["simg2img", sparse_image_path, unsparse_image_path]