Searched refs:stdout_file_spec (Results 1 – 3 of 3) sorted by relevance
39 const FileSpec &stdout_file_spec, in ProcessLaunchInfo() argument53 if (stdout_file_spec) { in ProcessLaunchInfo()57 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
36 const FileSpec &stdout_file_spec,
721 FileSpec stdout_file_spec{}; in DoLaunch() local734 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()749 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()783 if (!stdout_file_spec) in DoLaunch()784 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()801 if (!stdout_file_spec) in DoLaunch()802 stdout_file_spec = secondary_name; in DoLaunch()814 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()823 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()828 if (stdout_file_spec) in DoLaunch()[all …]