Lines Matching refs:join

72 INFERNO_SCRIPT = os.path.join(get_script_dir(), "inferno.bat" if is_windows() else "./inferno.sh")
106 self.testdata_dir = os.path.join(self.cur_dir, 'testdata')
107 self.test_base_dir = os.path.join(self.cur_dir, 'test_results')
116 return os.path.join(self.testdata_dir, testdata_name.replace('/', os.sep))
120 return os.path.join(self.test_base_dir, test_name)
124 return os.path.join(self.script_dir, script_name)
149 source_dirs = [os.path.join('..', 'testdata'), 'script_testdata',
150 os.path.join('..', 'demo'), 'testdata']
151 source_dirs = [os.path.join(self.script_dir, x) for x in source_dirs]
156 source = os.path.join(source_dir, name)
157 target = os.path.join(self.testdata_dir, name)
283 cls.apk_path = os.path.join(root, 'app-profiling.apk')
320 path = os.path.join(self.testcase_dir, name)
324 shutil.copytree(path, os.path.join(self.test_dir, name))
554 summary_file = os.path.join("annotated_files", "summary")
647 summary_file = os.path.join("annotated_files", "summary")
687 summary_file = os.path.join("annotated_files", "summary")
750 summary_file = os.path.join("annotated_files", "summary")
781 summary_file = os.path.join("annotated_files", "summary")
852 summary_file = os.path.join("annotated_files", "summary")
921 summary_file = os.path.join("annotated_files", "summary")
1318 path = os.path.join(TEST_HELPER.testdata_dir, dso_path)
1333 return os.path.join(TEST_HELPER.testdata_dir, path.replace('/', os.sep))
1522 symfs_dir = os.path.join(self.test_dir, 'symfs_dir')
1527 source_file = os.path.join(symfs_dir, filename)
1528 target_file = os.path.join('binary_cache', filename)
1553 source_file = os.path.join(symfs_dir, 'elf')
1554 target_file = os.path.join('binary_cache', 'elf')
1590 path = os.path.join('simpleperf_data', name)
1804 print('\n'.join(tests))