/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 143 char python_dir[MAX_PATH]; variable 633 wsprintf(buffer, "PYTHONHOME=%s", python_dir); in LoadPythonDll() 1611 strcpy(python_dir, ""); in SelectPythonDlgProc() 1627 strcpy(python_dir, ivi->prefix); in SelectPythonDlgProc() 1628 SetDlgItemText(hwnd, IDC_PATH, python_dir); in SelectPythonDlgProc() 1656 strcpy(install_path, python_dir); in SelectPythonDlgProc() 1899 if (python_dir[strlen(python_dir)-1] != '\\') in InstallFilesDlgProc() 1900 strcat(python_dir, "\\"); in InstallFilesDlgProc() 1902 python_dir[strlen(python_dir)-1] = '\0'; in InstallFilesDlgProc() 1906 if (!OpenLogfile(python_dir)) in InstallFilesDlgProc() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/venv/ |
D | __init__.py | 138 context.python_dir = dirname 184 f.write('home = %s\n' % context.python_dir) 290 dirname = context.python_dir 330 for root, dirs, files in os.walk(context.python_dir):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/venv/ |
D | __init__.py | 138 context.python_dir = dirname 184 f.write('home = %s\n' % context.python_dir) 290 dirname = context.python_dir 330 for root, dirs, files in os.walk(context.python_dir):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/venv/ |
D | __init__.py | 138 context.python_dir = dirname 184 f.write('home = %s\n' % context.python_dir) 290 dirname = context.python_dir 330 for root, dirs, files in os.walk(context.python_dir):
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/venv/ |
D | __init__.py | 138 context.python_dir = dirname 184 f.write('home = %s\n' % context.python_dir) 290 dirname = context.python_dir 330 for root, dirs, files in os.walk(context.python_dir):
|
/aosp_15_r20/external/python/cpython3/Lib/venv/ |
D | __init__.py | 138 context.python_dir = dirname 184 f.write('home = %s\n' % context.python_dir) 290 dirname = context.python_dir 330 for root, dirs, files in os.walk(context.python_dir):
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_subprocess.py | 458 python_dir, python_base = self._split_python_path() 467 python_dir = self._normalize_cwd(python_dir) 468 self._assert_cwd(python_dir, rel_python, cwd=python_dir) 474 python_dir, python_base = self._split_python_path() 485 python_dir = self._normalize_cwd(python_dir) 486 self._assert_cwd(python_dir, doesntexist, executable=rel_python, 487 cwd=python_dir) 492 python_dir, python_base = self._split_python_path() 493 abs_python = os.path.join(python_dir, python_base) 506 python_dir, python_base = self._split_python_path() [all …]
|
D | test_sys.py | 793 python_dir = os.path.dirname(os.path.realpath(sys.executable)) 797 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/ |
D | sysconfig.py | 289 python_dir = 'python' + get_python_version() + build_flags 290 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | sysconfig.py | 289 python_dir = 'python' + get_python_version() + build_flags 290 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | sysconfig.py | 289 python_dir = 'python' + get_python_version() + build_flags 290 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/ |
H A D | sysconfig.py | 289 python_dir = 'python' + get_python_version() + build_flags 290 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | sysconfig.py | 289 python_dir = 'python' + get_python_version() + build_flags 290 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/ |
D | sysconfig.py | 289 python_dir = 'python' + get_python_version() + build_flags 290 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | sysconfig.py | 118 python_dir = implementation + get_python_version() + build_flags 119 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | sysconfig.py | 184 python_dir = implementation + get_python_version() + build_flags 185 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | sysconfig.py | 184 python_dir = implementation + get_python_version() + build_flags 185 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | sysconfig.py | 184 python_dir = implementation + get_python_version() + build_flags 185 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | sysconfig.py | 184 python_dir = implementation + get_python_version() + build_flags 185 return os.path.join(prefix, "include", python_dir)
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_sys.py | 482 python_dir = os.path.dirname(os.path.realpath(sys.executable)) 485 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
|
D | test_subprocess.py | 195 python_dir = os.path.dirname(os.path.realpath(sys.executable)) 198 executable=sys.executable, cwd=python_dir)
|
/aosp_15_r20/external/trace-cmd/ |
H A D | Makefile | 106 python_dir_SQ = $(subst ','\'',$(python_dir))
|
/aosp_15_r20/external/python/cpython3/Doc/tools/ |
D | susp-ignored.csv | 119 library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} 120 library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | configparser.rst | 412 python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
|