Searched refs:output_path (Results 1 – 2 of 2) sorted by relevance
/test/vts-testcase/vndk/golden/ |
D | extract_lsdump.py | 247 def ParseLsdumpFile(input_path, output_path): argument 257 abs_output_path = os.path.abspath(output_path) 266 with open(output_path, 'w') as output_file: 289 with zipfile.ZipFile(args.output_path, mode='w', 295 ParseLsdumpFile(args.input_path, args.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)
|