Lines Matching full:join
100 """ % {"arches": " ".join(ARCHES),
101 "modes": " ".join(MODES),
102 "targets": ", ".join(TARGETS)}
125 if os.path.exists(os.path.join(path, cmd)):
126 return os.path.join(path, cmd)
138 cipd_bin = os.path.join(os.path.dirname(goma), ".cipd_bin")
238 return p.returncode, "".join(output)
256 return os.path.join(OUTDIR, subdir)
340 return template % "\n".join(arch_specific)
344 args_gn = os.path.join(path, "args.gn")
345 build_ninja = os.path.join(path, "build.ninja")
357 targets = " ".join(self.targets)
387 tests = " ".join(self.tests)
389 os.path.join("tools", "run-tests.py") +
392 " ".join(self.testrunner_args)))