Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c1624 win32_error_object(const char* function, PyObject* filename) in win32_error_object() function
4189 return win32_error_object("GetFullPathNameW", path->object); in os__getfullpathname_impl()
4239 return win32_error_object("CreateFileW", path->object); in os__getfinalpathname_impl()
4251 result = win32_error_object("GetFinalPathNameByHandleW", in os__getfinalpathname_impl()
4321 result = win32_error_object("_getvolumepathname", path->object); in os__getvolumepathname_impl()
12378 win32_error_object("startfile", filepath->object); in os_startfile_impl()