Lines Matching refs:safariPath
46 @EXPORT = qw(&chdirWebKit &baseProductDir &productDir &XcodeOptions &XcodeOptionString &XcodeOptionStringNoConfig &passedConfiguration &setConfiguration &safariPath &checkFrameworks ¤tSVNRevision);
570 sub safariPath
593 my $safariPath = safariPathFromSafariBundle($safariBundle);
594 die "Can't find executable at $safariPath.\n" if isAppleMacWebKit() && !-x $safariPath;
595 return $safariPath;
1900 return system "arch", "-" . architecture(), safariPath(), @ARGV;
1902 return system safariPath(), @ARGV;
1912 my $safariPath = safariPath();
1913 chomp($safariPath = `cygpath -wa "$safariPath"`);
1914 $result = system $vcBuildPath, "/debugexe", "\"$safariPath\"", @ARGV;