Lines Matching defs:join
38 from os.path import abspath, join, dirname, basename, exists
82 join(TOOLS_PATH, '..', 'third_party', 'depot_tools'))
235 all_files += self.FindFilesIn(join(path, file))
274 result.append(join(root, file))
344 pool.join()
386 return dirs + [join('test', dir) for dir in test_dirs]
392 filters = ','.join([n for n in LINT_RULES])
395 cpplint = os.path.join(DEPS_DEPOT_TOOLS_PATH, 'cpplint.py')
415 return dirs + [join('test', dir) for dir in test_dirs]
421 torque_tools = os.path.join(TOOLS_PATH, "torque")
422 torque_path = os.path.join(torque_tools, "format-torque.py")
448 jslint = os.path.join(DEPS_DEPOT_TOOLS_PATH, 'clang_format.py')
466 runtime_h_path = join(dirname(TOOLS_PATH), 'src/runtime/runtime.h')
478 str = '(\%\s+(' + '|'.join(runtime_functions) + '))[\s\(]'
494 result.append(join(path, file))
581 linenumbers = ', '.join(lines)
653 contents = "\n".join(lines)
692 test_path = join(dirname(TOOLS_PATH), 'test')
693 testrunner_path = join(TOOLS_PATH, 'testrunner')
700 status_file = os.path.join(
713 if not os.path.isdir(join(test_path, pieces[0])):
715 status_file = join(test_path, pieces[0], pieces[0] + ".status")
723 checkdeps_py = join(workspace, 'buildtools', 'checkdeps', 'checkdeps.py')
739 for root, dirs, files in os.walk(join(workspace, 'tools')):
742 fullpath = os.path.join(root, f)
771 workspace = abspath(join(dirname(sys.argv[0]), '..'))