Searched refs:O_APPEND (Results 1 – 8 of 8) sorted by relevance
45 static final int O_APPEND = OsConstants.O_APPEND; field in UnixConstants
198 oflags |= O_APPEND; in open()
81 #define JVM_O_O_APPEND O_APPEND
58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open0()
29 import static android.system.OsConstants.O_APPEND;234 int flags = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
69 boolean append = (mode & O_APPEND) != 0; in newFileChannel()
400 public static final int O_APPEND = placeholder(); field in OsConstants
396 initConstant(env, c, "O_APPEND", O_APPEND); in OsConstants_initConstants()