Home | History | Annotate | Download | only in Scripts

Lines Matching refs:buildProcess

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