OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spbuffer
(Results
1 - 1
of
1
) sorted by null
/external/python/cpython3/PC/
getpathp.c
651
wchar_t
spbuffer
[MAXPATHLEN+1];
local
653
if ((dllpath[0] && !change_ext(
spbuffer
, dllpath, L"._pth") && exists(
spbuffer
)) ||
654
(progpath[0] && !change_ext(
spbuffer
, progpath, L"._pth") && exists(
spbuffer
))) {
656
if (!read_pth_file(
spbuffer
, prefix, &Py_IsolatedFlag, &Py_NoSiteFlag)) {
Completed in 77 milliseconds