Lines Matching refs:no_stdio
3152 bool no_stdio, nub_launch_flavor_t launch_flavor, int disable_aslr,
3180 no_stdio, disable_aslr, event_data,
3194 no_stdio, disable_aslr, event_data,
3206 if (SBLaunchForDebug(app_bundle_path.c_str(), argv, envp, no_stdio,
3220 no_stdio, this, disable_aslr, launch_err);
3288 bool no_stdio, MachProcess *process, int disable_aslr, DNBError &err) {
3297 stdin_path, stdout_path, stderr_path, no_stdio);
3381 !no_stdio) {
3388 // if no_stdio or std paths not supplied, then route to "/dev/null".
3389 if (no_stdio || stdin_path == NULL || stdin_path[0] == '\0')
3391 if (no_stdio || stdout_path == NULL || stdout_path[0] == '\0')
3393 if (no_stdio || stderr_path == NULL || stderr_path[0] == '\0')
3608 char const *envp[], bool no_stdio,
3620 m_pid = MachProcess::SBForkChildForPTraceDebugging(path, argv, envp, no_stdio,
3662 bool no_stdio, MachProcess *process, DNBError &launch_err) {
3738 if (!no_stdio) {
3828 const char *path, char const *argv[], char const *envp[], bool no_stdio,
3837 path, argv, envp, no_stdio, disable_aslr, event_data, launch_err);
3880 bool no_stdio, bool disable_aslr, const char *event_data,
3949 if (!no_stdio) {