Home
last modified time | relevance | path

Searched refs:O_TRUNC (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixConstants.java51 static final int O_TRUNC = OsConstants.O_TRUNC; field in UnixConstants
DUnixChannelFactory.java196 oflags |= O_TRUNC; in open()
/libcore/ojluni/src/main/java/java/io/
DFileOutputStream.java31 import static android.system.OsConstants.O_TRUNC;
235 int flags = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
/libcore/luni/src/main/java/android/system/
DOsConstants.java512 public static final int O_TRUNC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp417 initConstant(env, c, "O_TRUNC", O_TRUNC); in OsConstants_initConstants()
/libcore/ojluni/src/main/native/
Dzip_util.c107 (flags & O_TRUNC) ? CREATE_ALWAYS : in ZFILE_Open()
/libcore/api/
Dcurrent.txt408 field public static final int O_TRUNC;