Searched refs:mountpath (Results 1 – 1 of 1) sorted by relevance
3854 wchar_t *mountpath=NULL; in os__getvolumepathname_impl() local3866 mountpath = PyMem_New(wchar_t, buflen); in os__getvolumepathname_impl()3867 if (mountpath == NULL) in os__getvolumepathname_impl()3871 ret = GetVolumePathNameW(path->wide, mountpath, in os__getvolumepathname_impl()3879 result = PyUnicode_FromWideChar(mountpath, wcslen(mountpath)); in os__getvolumepathname_impl()3884 PyMem_Free(mountpath); in os__getvolumepathname_impl()