Searched refs:APPEND (Results 1 – 4 of 4) sorted by relevance
19 import static java.nio.file.StandardOpenOption.APPEND;93 sWriter = Files.newBufferedWriter(path, CREATE, APPEND); in logPersistent()
8 LIST(APPEND GTEST_SEARCH_PATH "/usr/src/gtest")
33 public static final String APPEND = "APPEND"; field in ImapConstants
134 StandardOpenOption.APPEND); in writeBytesToFile()