Home
last modified time | relevance | path

Searched refs:O_RDWR (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/io/
DRandomAccessFile.java105 flags = O_RDWR | O_CREAT; in RandomAccessFile()
DFile.java934 fd = Libcore.os.open(path, O_RDWR | O_CREAT | O_EXCL, 0600); in createNewFile()
/libcore/luni/src/main/java/android/system/
DOsConstants.java340 public static final int O_RDWR = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp371 initConstant(env, c, "O_RDWR", O_RDWR); in OsConstants_initConstants()