Searched refs:OPEN_OPTIONS_APPEND (Results 1 – 1 of 1) sorted by relevance
152 …private static final OpenOption[] OPEN_OPTIONS_APPEND = {StandardOpenOption.CREATE, StandardOpenOp… field in PathUtils1176 …return newOutputStream(path, EMPTY_LINK_OPTION_ARRAY, append ? OPEN_OPTIONS_APPEND : OPEN_OPTIONS_…