Searched refs:dospath (Results 1 – 2 of 2) sorted by relevance
70 my $dospath;73 chomp( $dospath = qx{cygpath -d "$posixpath"} );75 if ($dospath eq "") {76 $dospath = ".";84 chomp( $dospath = qx{cygpath -w "$posixpath"} );86 $dospath = $posixpath;87 $dospath =~ s/\//\\/g;90 return $dospath;
40 …@EXPORT = qw(&dospath &unixpath &appendPath &appendClass &setPrefix &getToolsPrefix &rmkdir &…50 sub dospath($) subroutine
Completed in 13 milliseconds