Searched refs:stdout_file_spec (Results 1 – 3 of 3) sorted by relevance
38 const FileSpec &stdout_file_spec, in ProcessLaunchInfo() argument54 if (stdout_file_spec) { in ProcessLaunchInfo()58 if (file_action.Open(STDOUT_FILENO, stdout_file_spec, read, write)) in ProcessLaunchInfo()
36 const FileSpec &stdout_file_spec,
751 FileSpec stdout_file_spec{}; in DoLaunch() local764 stdout_file_spec = file_action->GetFileSpec(); in DoLaunch()779 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()815 if (!stdout_file_spec) in DoLaunch()816 stdout_file_spec.SetFile(FileSystem::DEV_NULL, in DoLaunch()833 if (!stdout_file_spec) in DoLaunch()834 stdout_file_spec = secondary_name; in DoLaunch()846 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()855 stdout_file_spec ? stdout_file_spec.GetCString() : "<null>", in DoLaunch()860 if (stdout_file_spec) in DoLaunch()[all …]