Searched refs:F_GETFD (Results 1 – 5 of 5) sorted by relevance
516 public static final int F_GETFD; field in OsConstants517 static { F_GETFD = 0; }
341 public static final int F_GETFD = placeholder(); field in OsConstants
117 int flags = Os.fcntlVoid(fis.getFD(), F_GETFD); in testFcntlInt()2119 int flags = Os.fcntlVoid(fd, F_GETFD);2132 int flags = Os.fcntlVoid(fd, F_GETFD);
235 initConstant(env, c, "F_GETFD", F_GETFD); in OsConstants_initConstants()
315 field public static final int F_GETFD;