Home
last modified time | relevance | path

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

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