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,
624 FileSpec stdout_file_spec{}; in DoLaunch() local637 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()646 if (stdin_file_spec || stdout_file_spec || stderr_file_spec) in DoLaunch()652 stdout_file_spec ? stdout_file_spec.GetPath().c_str() : "<null>", in DoLaunch()686 if (!stdout_file_spec) in DoLaunch()687 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()697 if ((!stdin_file_spec || !stdout_file_spec || !stderr_file_spec) && in DoLaunch()704 if (!stdout_file_spec) in DoLaunch()705 stdout_file_spec = secondary_name; in DoLaunch()717 stdout_file_spec ? stdout_file_spec.GetPath().c_str() : "<null>", in DoLaunch()[all …]