Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c1707 win32_error_object(const char* function, PyObject* filename) in win32_error_object() function
4339 return win32_error_object("GetFullPathNameW", path->object); in os__getfullpathname_impl()
4389 return win32_error_object("CreateFileW", path->object); in os__getfinalpathname_impl()
4401 result = win32_error_object("GetFinalPathNameByHandleW", in os__getfinalpathname_impl()
4471 result = win32_error_object("_getvolumepathname", path->object); in os__getvolumepathname_impl()
12715 win32_error_object("startfile", filepath->object); in os_startfile_impl()