Searched refs:F_SETFD (Results 1 – 4 of 4) sorted by relevance
758 if (fcntl(FAIL_FILENO, F_SETFD, FD_CLOEXEC) == -1) in childProcess()
272 public static final int F_SETFD = placeholder(); field in OsConstants
71 Libcore.os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt() local
238 initConstant(env, c, "F_SETFD", F_SETFD); in OsConstants_initConstants()