Home
last modified time | relevance | path

Searched refs:venv_cfg_path (Results 1 - 1 of 1) sorted by relevance

/third_party/python/PC/
H A Dlauncher.c1733 wchar_t * venv_cfg_path; in process() local
1809 venv_cfg_path = wcsdup_pad(argv0, 32, &newlen); in process()
1810 if (!venv_cfg_path) { in process()
1813 p = wcsrchr(venv_cfg_path, L'\\'); in process()
1819 wcscat_s(venv_cfg_path, newlen, L"\\pyvenv.cfg"); in process()
1820 attrs = GetFileAttributesW(venv_cfg_path); in process()
1822 debug(L"File '%ls' non-existent\n", venv_cfg_path); in process()
1824 p = wcsrchr(venv_cfg_path, L'\\'); in process()
1827 wcscat_s(venv_cfg_path, newlen, L"\\pyvenv.cfg"); in process()
1828 attrs = GetFileAttributesW(venv_cfg_path); in process()
[all...]

Completed in 3 milliseconds