Searched refs:O_APPEND (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DFileOutputStream.java86 this.mode = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC);
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java342 public static final int O_APPEND = placeholder(); field in class:OsConstants
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp377 initConstant(env, c, "O_APPEND", O_APPEND);

Completed in 57 milliseconds