Lines Matching full:join
362 doesnotexist = os.path.join(os.path.dirname(sys.executable),
367 doesnotexist = os.path.join(os.path.dirname(sys.executable),
373 doesnotexist = os.path.join(os.path.dirname(sys.executable),
459 rel_python = os.path.join(os.curdir, python_base)
475 rel_python = os.path.join(os.curdir, python_base)
493 abs_python = os.path.join(python_dir, python_base)
494 rel_python = os.path.join(os.curdir, python_base)
1173 tmpfile = os.path.join(tmpdir, os_helper.TESTFN)
1362 t.join()
1417 t.join()
1430 code = ';'.join((
2107 name = os.path.join(tmpdir, "beans")
2324 sh = os.path.join(prefix, name)
2708 cmd = b"'%s' %s" % (abs_program, " ".join(args).encode("utf-8"))
2878 print(','.join(map(str, sorted(open_fds))))
3663 name = os.path.join(dir, "foo")