Home
last modified time | relevance | path

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

/test/vts-testcase/vndk/golden/
Dextract_lsdump.py246 def ParseLsdumpFile(input_path, output_path): argument
256 abs_output_path = os.path.abspath(output_path)
265 with open(output_path, 'wb') as output_file:
288 with zipfile.ZipFile(args.output_path, mode='w',
294 ParseLsdumpFile(args.input_path, args.output_path)
/test/framework/harnesses/host_controller/command_processor/
Dcommand_gsispl.py133 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
/test/vts-testcase/kernel/ltp/testcase/tools/
Dgen_ltp_config.py48 output_path = sys.argv[5] variable
49 run(os.environ['ANDROID_BUILD_TOP'], arch, n_bit, is_low_mem, is_hwasan, output_path)