Lines Matching full:join
18 FROZEN_ONLY = os.path.join(ROOT_DIR, 'Tools', 'freeze', 'flag.py')
20 STDLIB_DIR = os.path.join(ROOT_DIR, 'Lib')
23 FROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'frozen_modules')
24 DEEPFROZEN_MODULES_DIR = os.path.join(ROOT_DIR, 'Python', 'deepfreeze')
26 FROZEN_FILE = os.path.join(ROOT_DIR, 'Python', 'frozen.c')
27 MAKEFILE = os.path.join(ROOT_DIR, 'Makefile.pre.in')
28 PCBUILD_PROJECT = os.path.join(ROOT_DIR, 'PCbuild', '_freeze_module.vcxproj')
29 PCBUILD_FILTERS = os.path.join(ROOT_DIR, 'PCbuild', '_freeze_module.vcxproj.filters')
30 PCBUILD_PYTHONCORE = os.path.join(ROOT_DIR, 'PCbuild', 'pythoncore.vcxproj')
100 ntpath.join(*path.split(os.path.sep)),
101 ntpath.join(*base.split(os.path.sep)),
109 posixpath.join(*path.split(os.path.sep)),
110 posixpath.join(*base.split(os.path.sep)),
236 pyfile = os.path.join(STDLIB_DIR, *frozenid.split('.')) + '.py'
287 return os.path.join(destdir, frozenfile)
390 pkgdir = os.path.join(STDLIB_DIR, *pkgname.split('.'))
404 pyfile = os.path.join(entry.path, '__init__.py')
441 return os.path.join(pathentry, *modname.split('.'), '__init__.py')
442 return os.path.join(pathentry, *modname.split('.')) + '.py'