Searched refs:F_GETFD (Results 1 – 3 of 3) sorted by relevance
82 int flags = Os.fcntlVoid(fis.getFD(), F_GETFD); in testFcntlInt()1564 int flags = Os.fcntlVoid(fd, F_GETFD); in testMemfdCreateFlags()1577 int flags = Os.fcntlVoid(fd, F_GETFD); in testMemfdCreateFlags()
281 public static final int F_GETFD = placeholder(); field in OsConstants
230 initConstant(env, c, "F_GETFD", F_GETFD); in OsConstants_initConstants()