Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dgetpathp.c539 const wchar_t *pyvenv_launcher; in get_program_full_path() local
545 pyvenv_launcher = _wgetenv(L"__PYVENV_LAUNCHER__"); in get_program_full_path()
546 if (pyvenv_launcher && pyvenv_launcher[0]) { in get_program_full_path()
547 wcscpy_s(program_full_path, MAXPATHLEN+1, pyvenv_launcher); in get_program_full_path()
/external/python/cpython3/Modules/
Dmain.c1168 const char* pyvenv_launcher = getenv("__PYVENV_LAUNCHER__"); in config_init_program_name() local
1169 if (pyvenv_launcher && *pyvenv_launcher) { in config_init_program_name()
1174 wchar_t* program_name = Py_DecodeLocale(pyvenv_launcher, &len); in config_init_program_name()