Home
last modified time | relevance | path

Searched defs:fileContent (Results 1 – 3 of 3) sorted by relevance

/external/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpPostRequestTest.java109 String fileContent = VALUE; in testPostWithMultipartFormUpload() local
123 String fileContent = VALUE; in testPostWithMultipartFormUploadFilenameHasSpaces() local
139 private String preparePostWithMultipartForm(String fileName, String fileContent) { in preparePostWithMultipartForm()
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
DSimpleDirectoryPersistentCache.java144 String fileContent = null; in restoreInfoFromFile() local
/external/chromium_org/chrome/browser/resources/net_internals/
Dbrowser_bridge.js265 importONCFile: function(fileContent, passcode) { argument