Home
last modified time | relevance | path

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

/external/nanohttpd/core/src/main/java/fi/iki/elonen/
DNanoHTTPD.java1046 files.put("content", saveTmpFile(fbuf, 0, fbuf.limit())); in parseBody()
1166 … String path = saveTmpFile(fbuf, offset, bpositions[boundarycount - 1] - offset - 4); in decodeMultipartData()
1229 private String saveTmpFile(ByteBuffer b, int offset, int len) { in saveTmpFile() method in NanoHTTPD.HTTPSession