HomeSort by relevance Sort by last modified time
    Searched full:appendfile (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/util/
FileUtilities.java 15 public static void appendFile(String filename, String encoding, PrintWriter output) throws IOException {
16 appendFile(filename, encoding, output, null);
19 public static void appendFile(String filename, String encoding, PrintWriter output, String[] replacementList) throws IOException {
  /external/okhttp/okio/okio/src/test/java/okio/
OkioTest.java 49 @Test public void appendFile() throws Exception {
  /external/libvncserver/x11vnc/
sslhelper.c 519 static int appendfile(FILE *out, char *infile) { function
524 rfbLog("appendfile: null infile.\n");
528 rfbLog("appendfile: null out handle.\n");
535 rfbLog("appendfile: %s\n", infile);
597 if (! appendfile(file, tfile2)) {
628 if (! appendfile(file, tfile2)) {
647 if (! appendfile(file, tfile2)) {
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerIntegrationTest.groovy 92 assert ftpClient.appendFile(FILE1, inputStream)
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 421 assertTrue(ftpClient.appendFile(FILENAME, inputStream));
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 453 assertTrue(ftpClient.appendFile(FILENAME, inputStream));

Completed in 1657 milliseconds