Searched defs:F_SETFD (Results 1 – 2 of 2) sorted by relevance
80 Os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt() local
287 public static final int F_SETFD = placeholder(); field in OsConstants