Searched refs:O_ACCMODE (Results 1 – 9 of 9) sorted by relevance
53 static_assert((O_ACCMODE & ~O_SEARCH) == 00000003);75 const int kCompatibleOpenFlags = O_ACCMODE | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | O_APPEND |
20 import static android.system.OsConstants.O_ACCMODE;360 int readMode = Os.fcntlInt(pfd.getFileDescriptor(), F_GETFL, 0) & O_ACCMODE;
29 import static android.system.OsConstants.O_ACCMODE;1576 if ((mode & O_ACCMODE) == O_RDWR) { in translateModePosixToString()1578 } else if ((mode & O_ACCMODE) == O_WRONLY) { in translateModePosixToString()1580 } else if ((mode & O_ACCMODE) == O_RDONLY) { in translateModePosixToString()1598 if ((mode & O_ACCMODE) == O_RDWR) { in translateModePosixToPfd()1600 } else if ((mode & O_ACCMODE) == O_WRONLY) { in translateModePosixToPfd()1602 } else if ((mode & O_ACCMODE) == O_RDONLY) { in translateModePosixToPfd()
21 import static android.system.OsConstants.O_ACCMODE;554 Os.fcntlInt(parcelFileDescriptor.getFileDescriptor(), F_GETFL, 0) & O_ACCMODE;
494 public static final int O_ACCMODE = placeholder(); field in OsConstants
434 initConstant(env, c, "O_ACCMODE", O_ACCMODE); in OsConstants_initConstants()
418 if ((open_flags & O_ACCMODE) != O_WRONLY && (open_flags & O_ACCMODE) != O_RDWR) { in authenticate()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27888 field public static final int O_ACCMODE;