Home | History | Annotate | Download | only in Scripts

Lines Matching refs:childIn

1432     my ($childIn, $childOut, $childErr);
1444 my $buildProcess = open3($childIn, $childOut, $childErr, $perlInterpreter, File::Spec->catfile(qw(Tools Scripts), $dumpToolBuildScript), @args) or die "Failed to run build-dumprendertree";
1445 close($childIn);