Home
last modified time | relevance | path

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

/build/make/tools/releasetools/
Dbuild_super_image.py147 def BuildSuperImageFromExtractedTargetFiles(inp, out): argument
148 info_dict = common.LoadInfoDict(inp)
153 image_path = os.path.join(inp, "IMAGES", "system_other.img")
159 image_path = os.path.join(inp, "IMAGES", "{}.img".format(partition))
172 def BuildSuperImageFromTargetFiles(inp, out): argument
173 input_tmp = common.UnzipTemp(inp, UNZIP_PATTERN)
177 def BuildSuperImage(inp, out): argument
179 if isinstance(inp, dict):
181 return BuildSuperImageFromDict(inp, out)
183 if isinstance(inp, str):
[all …]