OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readFullyNoClose
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/libcore/io/
Streams.java
95
return
readFullyNoClose
(in);
104
public static byte[]
readFullyNoClose
(InputStream in) throws IOException {
/libcore/luni/src/main/java/java/util/jar/
Manifest.java
199
buf = Streams.
readFullyNoClose
(is);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
TestActivity.java
226
final int length = Streams.
readFullyNoClose
(is).length;
Completed in 2501 milliseconds