Searched refs:python_dir (Results  1 – 11 of 11) sorted by relevance
| /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 …] 
 | 
| /external/python/cpython3/Lib/venv/ | 
| D | __init__.py | 120         context.python_dir = dirname 172             f.write('home = %s\n' % context.python_dir) 255         dirname = context.python_dir 295                 for root, dirs, files in os.walk(context.python_dir):
  | 
| /external/python/cpython3/Lib/distutils/ | 
| D | sysconfig.py | 294         python_dir = 'python' + get_python_version() + build_flags 295         return os.path.join(prefix, "include", python_dir)
  | 
| /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)
  | 
| /external/python/cpython3/Lib/test/ | 
| D | test_subprocess.py | 440         python_dir, python_base = self._split_python_path() 449             python_dir = self._normalize_cwd(python_dir) 450             self._assert_cwd(python_dir, rel_python, cwd=python_dir) 456         python_dir, python_base = self._split_python_path() 467             python_dir = self._normalize_cwd(python_dir) 468             self._assert_cwd(python_dir, doesntexist, executable=rel_python, 469                              cwd=python_dir) 474         python_dir, python_base = self._split_python_path() 475         abs_python = os.path.join(python_dir, python_base) 488         python_dir, python_base = self._split_python_path() [all …] 
 | 
| D | test_sys.py | 699         python_dir = os.path.dirname(os.path.realpath(sys.executable)) 703             executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
  | 
| /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)
  | 
| /external/trace-cmd/ | 
| D | Makefile | 106 python_dir_SQ = $(subst ','\'',$(python_dir))
  | 
| /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}
  | 
| /external/python/cpython3/Doc/library/ | 
| D | configparser.rst | 406       python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
  |