Searched refs:misc_info_path (Results 1 – 2 of 2) sorted by relevance
157 misc_info_path = os.path.join(self._temp_dir, "misc_info.txt")158 self._CreateFile(misc_info_path, _INPUT_MISC_INFO)170 self._ota.BuildSuperImage("/unit/test", misc_info_path, _GetImage)
193 def BuildSuperImage(self, output_path, misc_info_path, get_image): argument208 with open(misc_info_path, "r") as misc_info: