Searched refs:F_GETFL (Results 1 – 4 of 4) sorted by relevance
91 int flags = Libcore.os.fcntlVoid(fd, F_GETFL); in setBlocking()
208 int flags = fcntl(fd, F_GETFL); in setBlocking()
224 initConstant(env, c, "F_GETFL", F_GETFL); in OsConstants_initConstants()
249 public static final int F_GETFL = placeholder(); field in OsConstants