Searched refs:O_TRUNC (Results 1 – 3 of 3) sorted by relevance
86 this.mode = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
352 public static final int O_TRUNC = placeholder(); field in OsConstants
387 initConstant(env, c, "O_TRUNC", O_TRUNC); in OsConstants_initConstants()