Home
last modified time | relevance | path

Searched refs:env_cfg (Results 1 – 2 of 2) sorted by relevance

/third_party/python/PC/
Dgetpathp.c710 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
714 join(filename, env_cfg); in calculate_pyvenv_file()
723 join(filename, env_cfg); in calculate_pyvenv_file()
/third_party/python/Modules/
Dgetpath.c1210 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_open_pyenv() local
1213 wchar_t *filename = joinpath2(calculate->argv0_path, env_cfg); in calculate_open_pyenv()
1236 filename = joinpath2(parent, env_cfg); in calculate_open_pyenv()