Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java135 assertContents(newFileContents, openFileSystemContents(filePath)); in testOutputUrl()
280 private InputStream openFileSystemContents(String fileName) throws IOException { in openFileSystemContents() method in FtpURLConnectionTest