Searched refs:ERROR_FROM_NATIVE (Results 1 – 5 of 5) sorted by relevance
1024 static storeError ERROR_FROM_NATIVE (oslFileError eErrno);1081 return ERROR_FROM_NATIVE(result); in peekAt_Impl()1091 return ERROR_FROM_NATIVE(result); in pokeAt_Impl()1101 return ERROR_FROM_NATIVE(result); in getSize_Impl()1112 return ERROR_FROM_NATIVE(result); in setSize_Impl()1115 storeError FilePageAccess::ERROR_FROM_NATIVE (oslFileError eErrno) in ERROR_FROM_NATIVE() function in FilePageAccess1423 return ERROR_FROM_NATIVE(result);
104 #define ERROR_FROM_NATIVE(y) osl_PipeErrorFromNative(y) macro534 return ERROR_FROM_NATIVE(errno); in osl_getLastPipeError()
414 #define ERROR_FROM_NATIVE(y) osl_SocketErrorFromNative(y) macro2883 return ERROR_FROM_NATIVE(EINVAL); in osl_getLastSocketError()2886 return ERROR_FROM_NATIVE(pSocket->m_nLastError); in osl_getLastSocketError()
414 #define ERROR_FROM_NATIVE(y) osl_SocketErrorFromNative(y) macro2913 return ERROR_FROM_NATIVE(EINVAL); in osl_getLastSocketError()2916 return ERROR_FROM_NATIVE(pSocket->m_nLastError); in osl_getLastSocketError()
281 #define ERROR_FROM_NATIVE(y) osl_SocketErrorFromNative(y) macro2048 return ERROR_FROM_NATIVE(WSAGetLastError()); in osl_getLastSocketError()
Completed in 73 milliseconds