Home | History | Annotate | Download | only in Scripts

Lines Matching refs:cygpath

183         my $dosBuildPath = `cygpath --windows \"$baseProductDir\"`;
186 my $unixBuildPath = `cygpath --unix \"$baseProductDir\"`;
561 $safariBundle = `cygpath
1101 chomp($windowsSourceDir = `cygpath -w '$windowsSourceDir'`) if isCygwin();
1171 chomp($vsInstallDir = `cygpath "$vsInstallDir"`) if isCygwin();
1204 chomp($ENV{WEBKITLIBRARIESDIR} = `cygpath -wa $ENV{WEBKITLIBRARIESDIR}`) if isCygwin();
1295 chomp($project = `cygpath -w "$project"`) if isCygwin();
1331 $newPythonPath = `cygpath --mixed --path $newPythonPath`;
1342 $wafCommand = `cygpath --windows "$wafCommand"`;
1814 $vsInstallDir = `cygpath "$vsInstallDir"` if isCygwin();
1870 my $unixPath = `cygpath -u '$path'`;
1911 chomp($ENV{WEBKITNIGHTLY} = `cygpath -wa "$productDir"`);
1913 chomp($safariPath = `cygpath -wa "$safariPath"`);