Searched refs:F_SETFD (Results 1 – 4 of 4) sorted by relevance
780 if (fcntl(FAIL_FILENO, F_SETFD, FD_CLOEXEC) == -1) in childProcess()
287 public static final int F_SETFD = placeholder(); field in OsConstants
239 initConstant(env, c, "F_SETFD", F_SETFD); in OsConstants_initConstants()
80 Os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt() local