Lines Matching refs:childErr
1432 my ($childIn, $childOut, $childErr);
1436 $childErr = ">&DEVNULL";
1440 $childErr = ">&STDERR";
1444 my $buildProcess = open3($childIn, $childOut, $childErr, $perlInterpreter, File::Spec->catfile(qw(Tools Scripts), $dumpToolBuildScript), @args) or die "Failed to run build-dumprendertree";
1449 close($childErr);