Home | History | Annotate | Download | only in Scripts

Lines Matching refs:open2

66 use IPC::Open2;
1420 $imageDiffToolPID = open2(\*DIFFIN, \*DIFFOUT, $imageDiffTool, launchWithEnv(@diffToolArgs, %CLEAN_ENV)) or die "unable to open $imageDiffTool\n";
1863 my $pid = open2(\*CYGPATHIN, \*CYGPATHOUT, "cygpath -f - $options");