Searched refs:O_APPEND (Results 1 – 7 of 7) sorted by relevance
52 static final int O_APPEND = OsConstants.O_APPEND; field in UnixConstants
198 oflags |= O_APPEND; in open()
75 #define JVM_O_O_APPEND O_APPEND
58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open0()
65 boolean append = (mode & O_APPEND) != 0; in newFileChannel()
368 public static final int O_APPEND = placeholder(); field in OsConstants
394 initConstant(env, c, "O_APPEND", O_APPEND); in OsConstants_initConstants()