Searched refs:O_TRUNC (Results 1 – 4 of 4) sorted by relevance
58 O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC)); in FileOutputStream_open()
107 (flags & O_TRUNC) ? CREATE_ALWAYS : in ZFILE_Open()
358 public static final int O_TRUNC = placeholder(); field in OsConstants
390 initConstant(env, c, "O_TRUNC", O_TRUNC); in OsConstants_initConstants()