Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Derrmap.h2 int winerror_to_errno(int winerror) in winerror_to_errno() function
/external/python/cpython2/Objects/
Dexceptions.c874 posix_errno = winerror_to_errno(errcode); in WindowsError_init()