Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dgetpath.c744 wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_read_pyenv() local
749 joinpath(tmpbuffer, env_cfg); in calculate_read_pyenv()
756 joinpath(tmpbuffer, env_cfg); in calculate_read_pyenv()
/external/python/cpython3/PC/
Dgetpathp.c713 const wchar_t *env_cfg = L"pyvenv.cfg"; in calculate_pyvenv_file() local
716 join(envbuffer, env_cfg); in calculate_pyvenv_file()
724 join(envbuffer, env_cfg); in calculate_pyvenv_file()