Lines Matching refs:join
66 INFERNO_SCRIPT = os.path.join(get_script_dir(), "inferno.bat" if is_windows() else "./inferno.sh")
85 from_testdata_path = os.path.join('..', 'testdata')
86 from_demo_path = os.path.join('..', 'demo')
100 shutil.copy(os.path.join(from_testdata_path, testdata), testdata_path)
102 shutil.copytree(os.path.join(from_demo_path, demo), os.path.join(testdata_path, demo))
104 shutil.copy(os.path.join(from_script_testdata_path, f), testdata_path)
131 cls.example_path = os.path.join("testdata", example_name)
136 cls.apk_path = os.path.join(root, 'app-profiling.apk')
433 summary_file = os.path.join("annotated_files", "summary")
474 self.run_cmd(['python', os.path.join(saved_dir, 'app_profiler.py'),
527 summary_file = os.path.join("annotated_files", "summary")
567 summary_file = os.path.join("annotated_files", "summary")
625 summary_file = os.path.join("annotated_files", "summary")
657 summary_file = os.path.join("annotated_files", "summary")
728 summary_file = os.path.join("annotated_files", "summary")
797 summary_file = os.path.join("annotated_files", "summary")
849 self.report_lib.SetRecordFile(os.path.join('testdata', 'perf_with_symbols.data'))
886 self.report_lib.SetRecordFile(os.path.join('testdata', 'perf_with_trace_offcpu.data'))
895 self.report_lib.SetRecordFile(os.path.join('testdata', 'perf_with_tracepoint_event.data'))
903 self.report_lib.SetRecordFile(os.path.join('testdata', 'perf_with_trace_offcpu.data'))
909 self.report_lib.SetRecordFile(os.path.join('testdata', 'perf_with_trace_offcpu.data'))
930 report_lib.SetRecordFile(os.path.join('testdata', 'perf_with_interpreter_frames.data'))
951 self.report_lib.SetRecordFile(os.path.join('testdata', 'perf_with_tracepoint_event.data'))
1201 downloader.collect_native_libs_on_host(os.path.join(
1248 symfs_dir = os.path.join('testdata', 'symfs_dir')
1252 origin_file = os.path.join('testdata', filename)
1253 source_file = os.path.join(symfs_dir, filename)
1254 target_file = os.path.join('binary_cache', filename)
1290 log_info('Run tests with python%d\n%s' % (3 if is_python3() else 2, '\n'.join(tests)))
1305 print('\n'.join(tests))
1336 argv.append(os.path.join(get_script_dir(), 'test.py'))