Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java90 addFileEntry(FILE_PATH, fileContents); in testInputUrl()
125 addFileEntry("test/output-url/existing file.txt", fileContents); in testOutputUrl()
141 URL fileUrl = addFileEntry(FILE_PATH, fileContents); in testConnectOverProxy_noProxy()
177 URL fileUrl = addFileEntry(FILE_PATH, fileContents); in testConnectOverProxy_explicit_http_uses_direct_connection()
197 URL fileUrl = addFileEntry(FILE_PATH, fileContents); in testConnectOverProxy_implicit_http_fails()
225 URL url = addFileEntry("file with spaces.txt", fileContents); in testInputUrlWithSpaces()
233 URL url = addFileEntry("binaryfile.dat", data.clone()); in testBinaryFileContents()
244 URL url = addFileEntry("file with spaces.txt", fileContents); in testInputUrlWithSpacesViaProxySelector()
321 private URL addFileEntry(String filePath, byte[] fileContents) { in addFileEntry() method in FtpURLConnectionTest