Searched refs:O_TRUNC (Results 1 – 7 of 7) sorted by relevance
51 static final int O_TRUNC = OsConstants.O_TRUNC; field in UnixConstants
196 oflags |= O_TRUNC; in open()
31 import static android.system.OsConstants.O_TRUNC;235 int flags = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
512 public static final int O_TRUNC = placeholder(); field in OsConstants
417 initConstant(env, c, "O_TRUNC", O_TRUNC); in OsConstants_initConstants()
107 (flags & O_TRUNC) ? CREATE_ALWAYS : in ZFILE_Open()
408 field public static final int O_TRUNC;