Searched refs:O_NOCTTY (Results 1 – 6 of 6) sorted by relevance
58 static_assert(O_NOCTTY == 00000400);75 const int kCompatibleOpenFlags = O_ACCMODE | O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC | O_APPEND |
41 int fd = open(pathStr, O_RDWR | O_NOCTTY); in android_server_SerialService_open()
519 public static final int O_NOCTTY = placeholder(); field in OsConstants
440 initConstant(env, c, "O_NOCTTY", O_NOCTTY); in OsConstants_initConstants()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
27892 field public static final int O_NOCTTY;