Searched refs:STDERR_FILENO (Results 1 – 4 of 4) sorted by relevance
56 err.descriptor = STDERR_FILENO;
61 if (fd > STDERR_FILENO && fd != dir_fd && fd != status_pipe_fd && fd != properties_fd) { in CloseNonStandardFds()
490 initConstant(env, c, "STDERR_FILENO", STDERR_FILENO); in OsConstants_initConstants()
433 public static final int STDERR_FILENO = placeholder(); field in OsConstants