Home | History | Annotate | Download | only in Linux

Lines Matching defs:stdout_path

892                                        const char *stdout_path,
900 m_stdout_path(stdout_path),
931 const char *stdout_path,
946 stdin_path, stdout_path, stderr_path, working_dir));
1091 const char *stdout_path = args->m_stdout_path;
1153 if (stdout_path != NULL && stdout_path[0])
1154 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT))