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