Home
last modified time | relevance | path

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

/external/okhttp/samples/static-server/src/main/java/com/squareup/okhttp/sample/
DSampleServer.java48 : fileToResponse(path, file); in dispatch()
80 private MockResponse fileToResponse(String path, File file) throws IOException { in fileToResponse() method in SampleServer