Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c1420 win32_error_object(const char* function, PyObject* filename) in win32_error_object() function
3728 v = win32_error_object("GetFullPathNameW", path->object); in os__getfullpathname_impl()
3767 return win32_error_object("CreateFileW", path->object); in os__getfinalpathname_impl()
3779 result = win32_error_object("GetFinalPathNameByHandleW", in os__getfinalpathname_impl()
3876 result = win32_error_object("_getvolumepathname", path->object); in os__getvolumepathname_impl()
7239 return win32_error_object("readlink", po); in win_readlink()
7255 return win32_error_object("readlink", po); in win_readlink()
10836 win32_error_object("startfile", filepath->object); in os_startfile_impl()