Lines Matching full:join
14 FREEZE = os.path.join(TOOL_ROOT, 'freeze.py')
15 OUTDIR = os.path.join(TESTS_DIR, 'outdir')
23 #print(f'# {" ".join(shlex.quote(a) for a in cmd)}')
96 if os.path.exists(os.path.join(newroot, 'Makefile')):
102 filename = os.path.join(builddir, 'Makefile')
117 python = os.path.join(builddir, 'python')
138 scriptfile = os.path.join(outdir, 'app.py')
145 srcdir = os.path.join(outdir, 'cpython')
149 builddir = os.path.join(outdir, 'python-build')
155 os.path.join(srcdir, 'configure'),
158 ensure_opt(cmd, 'cache-file', os.path.join(outdir, 'python-config.cache'))
159 prefix = os.path.join(outdir, 'python-installation')
177 if os.path.exists(os.path.join(srcdir, 'Makefile')):
185 python = os.path.join(prefix, 'bin', 'python3')
201 executable = os.path.join(outdir, name)