Home | History | Annotate | Download | only in Scripts

Lines Matching refs:safariPath

45    @EXPORT      = qw(&chdirWebKit &baseProductDir &productDir &XcodeOptions &XcodeOptionString &XcodeOptionStringNoConfig &passedConfiguration &setConfiguration &safariPath &checkFrameworks &currentSVNRevision);
504 sub safariPath
527 my $safariPath = safariPathFromSafariBundle($safariBundle);
528 die "Can't find executable at $safariPath.\n" if isAppleMacWebKit() && !-x $safariPath;
529 return $safariPath;
1464 return system "arch", "-" . architecture(), safariPath(), @ARGV;
1466 return system safariPath(), @ARGV;