Searched refs:O_ACCMODE (Results 1 – 5 of 5) sorted by relevance
27 import static android.system.OsConstants.O_ACCMODE;67 boolean readable = (mode & O_ACCMODE) != O_WRONLY; in newFileChannel()68 boolean writable = (mode & O_ACCMODE) != O_RDONLY; in newFileChannel()
153 if (getfl >= 0 && (getfl & O_ACCMODE) == O_RDONLY) { in FileDispatcherImpl_force0()
251 if ((flags & O_ACCMODE) != O_RDONLY) { in open()
399 public static final int O_ACCMODE = placeholder(); field in OsConstants
399 initConstant(env, c, "O_ACCMODE", O_ACCMODE); in OsConstants_initConstants()