Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1392 try (FileInputStream streamIn = new FileInputStream(in)) { in test_splice() argument
1393 FileDescriptor fdIn = streamIn.getFD(); in test_splice()
1440 try (FileInputStream streamIn = new FileInputStream(in)) { in test_splice_errors() argument
1441 FileDescriptor fdIn = streamIn.getFD(); in test_splice_errors()