Searched refs:stdout_file_spec (Results 1 – 3 of 3) sorted by relevance
38 const FileSpec &stdout_file_spec, in ProcessLaunchInfo() argument51 if (stdout_file_spec) { in ProcessLaunchInfo()55 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
35 const FileSpec &stdout_file_spec,
634 FileSpec stdout_file_spec{}; in DoLaunch() local647 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()656 if (stdin_file_spec || stdout_file_spec || stderr_file_spec) in DoLaunch()662 stdout_file_spec ? stdout_file_spec.GetPath().c_str() : "<null>", in DoLaunch()696 if (!stdout_file_spec) in DoLaunch()697 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()707 if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) && in DoLaunch()714 if (!stdout_file_spec) in DoLaunch()715 stdout_file_spec = secondary_name; in DoLaunch()727 stdout_file_spec ? stdout_file_spec.GetPath().c_str() : "<null>", in DoLaunch()[all …]