OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:failureReason
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp
[
all
...]
/libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java
187
String
failureReason
= "";
194
failureReason
= ioe.getLocalizedMessage();
203
throw new IOException("Unable to connect to server: " +
failureReason
);
Completed in 3292 milliseconds