Searched refs:O_CREAT (Results 1 – 5 of 5) sorted by relevance
86 this.mode = O_WRONLY | O_CREAT | (append ? O_APPEND : O_TRUNC); in FileOutputStream()
105 flags = O_RDWR | O_CREAT; in RandomAccessFile()
932 fd = Libcore.os.open(path, O_RDWR | O_CREAT | O_EXCL, 0600); in createNewFile()
344 public static final int O_CREAT = placeholder(); field in OsConstants
379 initConstant(env, c, "O_CREAT", O_CREAT); in OsConstants_initConstants()