Home
last modified time | relevance | path

Searched refs:_Py_FindEnvConfigValue (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_pathconfig.h57 extern PyStatus _Py_FindEnvConfigValue(
/external/python/cpython3/Python/
Dpathconfig.c747 _Py_FindEnvConfigValue(FILE *env_file, const wchar_t *key, in _Py_FindEnvConfigValue() function
/external/python/cpython3/PC/
Dgetpathp.c735 PyStatus status = _Py_FindEnvConfigValue(env_file, L"home", &home); in calculate_pyvenv_file()
/external/python/cpython3/Modules/
Dgetpath.c1276 status = _Py_FindEnvConfigValue(env_file, L"home", &home); in calculate_read_pyenv()