Searched refs:FD_CLOEXEC (Results 1 – 3 of 3) sorted by relevance
139 fcntl(statusOut, F_SETFD, FD_CLOEXEC); in ExecuteProcess()
208 initConstant(env, c, "FD_CLOEXEC", FD_CLOEXEC); in OsConstants_initConstants()
237 public static final int FD_CLOEXEC = placeholder(); field in OsConstants