Searched refs:sendFile (Results 1 - 2 of 2) sorted by relevance

/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java630 sendFile(ps);
639 sendFile(ps);
824 void sendFile(PrintStream ps) throws IOException { method in class:Support_TestWebServer.Worker
830 sendFile(ps, Support_TestWebData.test0Data);
832 sendFile(ps, Support_TestWebData.tests[testNum]);
836 void sendFile(PrintStream ps, byte[] bytes) throws IOException { method in class:Support_TestWebServer.Worker
/libcore/luni/src/main/java/libcore/net/url/
H A DFtpURLConnection.java243 sendFile();
432 private void sendFile() throws IOException { method in class:FtpURLConnection

Completed in 184 milliseconds