Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c1997 wchar_t woutbuf[MAX_PATH], *woutbufp = woutbuf; in _Py_abspath() local
2001 Py_ARRAY_LENGTH(woutbuf), woutbuf, in _Py_abspath()
2007 if (result > Py_ARRAY_LENGTH(woutbuf)) { in _Py_abspath()
2026 if (woutbufp != woutbuf) { in _Py_abspath()
/external/python/cpython2/Modules/
Dposixmodule.c2619 Py_UNICODE woutbuf[MAX_PATH*2], *woutbufp = woutbuf; in posix__getfullpathname() local
2624 sizeof(woutbuf)/sizeof(woutbuf[0]), in posix__getfullpathname()
2625 woutbuf, &wtemp); in posix__getfullpathname()
2626 if (result > sizeof(woutbuf)/sizeof(woutbuf[0])) { in posix__getfullpathname()
2636 if (woutbufp != woutbuf) in posix__getfullpathname()