Searched refs:O_TRUNC (Results 1 – 8 of 8) sorted by relevance
51 static final int O_TRUNC = OsConstants.O_TRUNC; field in UnixConstants
199 oflags |= O_TRUNC; in open()
31 import static android.system.OsConstants.O_TRUNC;258 int flags = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
873 public static final int O_TRUNC; field in OsConstants874 static { O_TRUNC = 0; }
524 public static final int O_TRUNC = placeholder(); field in OsConstants
428 initConstant(env, c, "O_TRUNC", O_TRUNC); in OsConstants_initConstants()
119 (flags & O_TRUNC) ? CREATE_ALWAYS : in ZFILE_Open()
433 field public static final int O_TRUNC;