Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java632 sendFile(ps); in handleClient()
641 sendFile(ps); in handleClient()
827 void sendFile(PrintStream ps) throws IOException { in sendFile() method in Support_TestWebServer.Worker
833 sendFile(ps, Support_TestWebData.test0Data); in sendFile()
835 sendFile(ps, Support_TestWebData.tests[testNum]); in sendFile()
839 void sendFile(PrintStream ps, byte[] bytes) throws IOException { in sendFile() method in Support_TestWebServer.Worker