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