Home
last modified time | relevance | path

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

/third_party/python/PC/
Dgetpathp.c495 const wchar_t *pyvenv_launcher; in get_program_full_path() local
506 pyvenv_launcher = _wgetenv(L"__PYVENV_LAUNCHER__"); in get_program_full_path()
507 if (pyvenv_launcher && pyvenv_launcher[0]) { in get_program_full_path()
523 wcscpy_s(program_full_path, MAXPATHLEN+1, pyvenv_launcher); in get_program_full_path()
/third_party/python/Python/
Dinitconfig.c1511 const char* pyvenv_launcher = getenv("__PYVENV_LAUNCHER__"); in config_init_program_name() local
1512 if (pyvenv_launcher && *pyvenv_launcher) { in config_init_program_name()
1518 pyvenv_launcher, in config_init_program_name()