Home | History | Annotate | Download | only in MacOSX

Lines Matching full:no_stdio

1655     bool no_stdio,
1697 if (SBLaunchForDebug (app_bundle_path.c_str(), argv, envp, no_stdio, launch_err) != 0)
1718 no_stdio,
1797 bool no_stdio,
1814 no_stdio);
1872 if (stdin_path == NULL && stdout_path == NULL && stderr_path == NULL && !no_stdio)
1881 // if no_stdio or std paths not supplied, then route to "/dev/null".
1882 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0')
1884 if (no_stdio || stdout_path == NULL || stdout_path[0] == '\0')
1886 if (no_stdio || stderr_path == NULL || stderr_path[0] == '\0')
2067 MachProcess::SBLaunchForDebug (const char *path, char const *argv[], char const *envp[], bool no_stdio, DNBError &launch_err)
2076 m_pid = MachProcess::SBForkChildForPTraceDebugging(path, argv, envp, no_stdio, this, launch_err);
2153 MachProcess::SBForkChildForPTraceDebugging (const char *app_bundle_path, char const *argv[], char const *envp[], bool no_stdio, MachProcess* process, DNBError &launch_err)
2222 if (!no_stdio)