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;
234 int flags = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
/libcore/ojluni/src/main/native/
DFileOutputStream_md.c58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open0()
Dzip_util.c107 (flags & O_TRUNC) ? CREATE_ALWAYS : in ZFILE_Open()
/libcore/luni/src/main/java/android/system/
DOsConstants.java415 public static final int O_TRUNC = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp408 initConstant(env, c, "O_TRUNC", O_TRUNC); in OsConstants_initConstants()