Searched refs:output_path (Results 1 – 3 of 3) sorted by relevance
/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 246 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/ |
D | command_gsispl.py | 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
|
/test/vts-testcase/kernel/ltp/testcase/tools/ |
D | gen_ltp_config.py | 48 output_path = sys.argv[5] variable 49 run(os.environ['ANDROID_BUILD_TOP'], arch, n_bit, is_low_mem, is_hwasan, output_path)
|