Searched refs:python_dir (Results 1 – 3 of 3) 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/cpython2/Lib/test/ |
D | test_sys.py | 471 python_dir = os.path.dirname(os.path.realpath(sys.executable)) 474 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
|
D | test_subprocess.py | 179 python_dir = os.path.dirname(os.path.realpath(sys.executable)) 182 executable=sys.executable, cwd=python_dir)
|