Lines Matching full:join
32 include_path_flags = ' '.join('-I %s' % include_path.replace('\\', '/')
59 os.path.join(tools_clang_scripts_directory, 'run_tool.py'),
66 os.path.join(tools_clang_scripts_directory, 'extract_edits.py')]
71 os.path.join(tools_clang_scripts_directory, 'apply_edits.py'),
109 test_directory_for_tool = os.path.join(
111 compile_database = os.path.join(test_directory_for_tool,
113 source_files = glob.glob(os.path.join(test_directory_for_tool,
115 actual_files = ['-'.join([source_file.rsplit('-', 1)[0], 'actual.cc'])
117 expected_files = ['-'.join([source_file.rsplit('-', 1)[0], 'expected.cc'])
121 os.path.realpath(os.path.join(tools_clang_directory, '../..')))
125 os.path.realpath(os.path.join(tools_clang_directory,
129 os.path.realpath(os.path.join(tools_clang_directory,