Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h143 PyAPI_FUNC(int) _Py_FindEnvConfigValue(
/external/python/cpython3/Python/
Dpathconfig.c394 _Py_FindEnvConfigValue(FILE *env_file, const wchar_t *key, in _Py_FindEnvConfigValue() function
/external/python/cpython3/Modules/
Dgetpath.c769 if (_Py_FindEnvConfigValue(env_file, L"home", tmpbuffer, MAXPATHLEN)) { in calculate_read_pyenv()
/external/python/cpython3/PC/
Dgetpathp.c738 if (_Py_FindEnvConfigValue(env_file, L"home", tmpbuffer, MAXPATHLEN)) { in calculate_pyvenv_file()