Searched refs:O_RDWR (Results 1 – 4 of 4) sorted by relevance
105 flags = O_RDWR | O_CREAT; in RandomAccessFile()
934 fd = Libcore.os.open(path, O_RDWR | O_CREAT | O_EXCL, 0600); in createNewFile()
340 public static final int O_RDWR = placeholder(); field in OsConstants
371 initConstant(env, c, "O_RDWR", O_RDWR); in OsConstants_initConstants()