Searched refs:output_path (Results 1 – 2 of 2) sorted by relevance
133 output_path = os.path.join(139 output_path, version)149 "system.img path is updated to : {}".format(output_path))150 self.console.device_image_info["system.img"] = output_path
189 def ParseLsdumpFile(input_path, output_path): argument212 abs_output_path = os.path.abspath(output_path)218 with open(output_path, 'wb') as output_file:236 ParseLsdumpFile(args.input_path, args.output_path)