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