Home | History | Annotate | Download | only in Scripts

Lines Matching refs:cygpath

1601     my $pid = open2(\*CYGPATHIN, \*CYGPATHOUT, "cygpath -f - $options");
1602 my $cygpath = {
1609 $cygpaths{$options} = $cygpath;
1611 return $cygpath;
1618 foreach my $cygpath (values(%cygpaths)) {
1619 close $cygpath->{"in"};
1620 close $cygpath->{"out"};
1621 waitpid($cygpath->{"pid"}, 0);
1622 $cygpath->{"open"} = 0;
1631 my $cygpath = openCygpathIfNeeded($options);
1632 local *inFH = $cygpath->{"in"};
1633 local *outFH = $cygpath->{"out"};