Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c3854 wchar_t *mountpath=NULL; in os__getvolumepathname_impl() local
3866 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()