Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c830 return PyErr_SetExcFromWindowsErrWithFilenameObjects(exc, ierr, in PyErr_SetExcFromWindowsErrWithFilenameObject()
834 PyObject *PyErr_SetExcFromWindowsErrWithFilenameObjects( in PyErr_SetExcFromWindowsErrWithFilenameObjects() function
909 PyObject *ret = PyErr_SetExcFromWindowsErrWithFilenameObjects(exc, in PyErr_SetExcFromWindowsErrWithFilename()
923 PyObject *ret = PyErr_SetExcFromWindowsErrWithFilenameObjects(exc, in PyErr_SetExcFromWindowsErrWithUnicodeFilename()
947 PyObject *result = PyErr_SetExcFromWindowsErrWithFilenameObjects( in PyErr_SetFromWindowsErrWithFilename()
959 PyObject *result = PyErr_SetExcFromWindowsErrWithFilenameObjects( in PyErr_SetFromWindowsErrWithUnicodeFilename()
/external/python/cpython3/Include/
Dpyerrors.h190 PyAPI_FUNC(PyObject *) PyErr_SetExcFromWindowsErrWithFilenameObjects(
/external/python/cpython3/Doc/data/
Drefcounts.dat663 PyErr_SetExcFromWindowsErrWithFilenameObjects:PyObject*::null:
664 PyErr_SetExcFromWindowsErrWithFilenameObjects:PyObject*:type:+1:
665 PyErr_SetExcFromWindowsErrWithFilenameObjects:int:ierr::
666 PyErr_SetExcFromWindowsErrWithFilenameObjects:PyObject*:filename:+1:
667 PyErr_SetExcFromWindowsErrWithFilenameObjects:PyObject*:filename2:+1:
Dstable_abi.dat146 function,PyErr_SetExcFromWindowsErrWithFilenameObjects,3.7,on Windows
/external/python/cpython3/PC/
Dpython3dll.c210 EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilenameObjects)
/external/python/cpython3/Misc/
Dstable_abi.txt1949 function PyErr_SetExcFromWindowsErrWithFilenameObjects
DHISTORY2579 PyErr_SetExcFromWindowsErrWithFilenameObjects().
/external/python/cpython3/Doc/c-api/
Dexceptions.rst228 .. c:function:: PyObject* PyErr_SetExcFromWindowsErrWithFilenameObjects(PyObject *type, int ierr, P…
/external/python/cpython3/Modules/
Dposixmodule.c1730 return PyErr_SetExcFromWindowsErrWithFilenameObjects( in path_object_error2()