Lines Matching full:join
34 from os.path import join, dirname, abspath, basename, isdir, exists
79 print "Path: %s" % "/".join(test.path)
96 thread.join(timeout=10000000)
146 return " ".join(parts)
443 if context.verbose: print "#", " ".join(args)
648 command_line = (['scons', '-Y', context.workspace, 'mode=' + ",".join(mode)]
1223 return isdir(path) and exists(join(path, 'testcfg.py'))
1224 return [ f for f in os.listdir(test_root) if IsSuite(join(test_root, f)) ]
1239 workspace = abspath(join(dirname(sys.argv[0]), '..'))
1240 suites = GetSuites(join(workspace, 'test'))
1241 repositories = [TestRepository(join(workspace, 'test', name)) for name in suites]
1256 run_valgrind = join(workspace, "tools", "run-valgrind.py")
1329 print "Rule for '%s' was not used." % '/'.join([str(s) for s in rule.path])