Searched refs:O_APPEND (Results 1 – 7 of 7) sorted by relevance
28 import static android.system.OsConstants.O_APPEND;69 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()
81 #define JVM_O_O_APPEND O_APPEND
400 public static final int O_APPEND = placeholder(); field in OsConstants
400 initConstant(env, c, "O_APPEND", O_APPEND); in OsConstants_initConstants()