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