Home
last modified time | relevance | path

Searched refs:woutbufp (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dposixmodule.c4289 wchar_t woutbuf[MAX_PATH], *woutbufp = woutbuf; in _PyOS_getfullpathname() local
4301 woutbufp = PyMem_RawMalloc((size_t)result * sizeof(wchar_t)); in _PyOS_getfullpathname()
4304 woutbufp = NULL; in _PyOS_getfullpathname()
4306 if (!woutbufp) { in _PyOS_getfullpathname()
4311 result = GetFullPathNameW(path, result, woutbufp, NULL); in _PyOS_getfullpathname()
4313 PyMem_RawFree(woutbufp); in _PyOS_getfullpathname()
4318 if (woutbufp != woutbuf) { in _PyOS_getfullpathname()
4319 *abspath_p = woutbufp; in _PyOS_getfullpathname()
4323 *abspath_p = _PyMem_RawWcsdup(woutbufp); in _PyOS_getfullpathname()

Completed in 19 milliseconds