Home
last modified time | relevance | path

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

/dalvik/libcore/x-net/src/main/native/
Dorg_apache_harmony_xnet_provider_jsse_OpenSSLSocketImpl.cpp127 const char* messageStr = NULL; in throwIOExceptionWithSslErrors() local
134 messageStr = "Ok"; in throwIOExceptionWithSslErrors()
137 messageStr = "Failure in SSL library, usually a protocol error"; in throwIOExceptionWithSslErrors()
140 messageStr = "SSL_ERROR_WANT_READ occured. You should never see this."; in throwIOExceptionWithSslErrors()
143 messageStr = "SSL_ERROR_WANT_WRITE occured. You should never see this."; in throwIOExceptionWithSslErrors()
146 messageStr = "SSL_ERROR_WANT_X509_LOOKUP occured. You should never see this."; in throwIOExceptionWithSslErrors()
149 messageStr = "I/O error during system call"; in throwIOExceptionWithSslErrors()
152 messageStr = "SSL_ERROR_ZERO_RETURN occured. You should never see this."; in throwIOExceptionWithSslErrors()
155 messageStr = "SSL_ERROR_WANT_CONNECT occured. You should never see this."; in throwIOExceptionWithSslErrors()
158 messageStr = "SSL_ERROR_WANT_ACCEPT occured. You should never see this."; in throwIOExceptionWithSslErrors()
[all …]
/dalvik/vm/
DException.c1199 StringObject* messageStr; in logStackTraceOf() local
1203 messageStr = (StringObject*) dvmGetFieldObject(exception, in logStackTraceOf()
1205 if (messageStr != NULL) { in logStackTraceOf()
1206 char* cp = dvmCreateCstrFromString(messageStr); in logStackTraceOf()