HomeSort by relevance Sort by last modified time
    Searched refs:pyvenv_launcher (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/PC/
getpathp.c 539 const wchar_t *pyvenv_launcher; local
545 pyvenv_launcher = _wgetenv(L"__PYVENV_LAUNCHER__");
546 if (pyvenv_launcher && pyvenv_launcher[0]) {
547 wcscpy_s(program_full_path, MAXPATHLEN+1, pyvenv_launcher);
    [all...]
  /external/python/cpython3/Modules/
main.c 1168 const char* pyvenv_launcher = getenv("__PYVENV_LAUNCHER__"); local
    [all...]

Completed in 385 milliseconds