OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safariPath
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Tools/Scripts/
gdb-safari
39
my $
safariPath
=
safariPath
();
53
exec $gdbPath, @architectureFlags, "--arg", $
safariPath
, @ARGV or die;
bisect-builds
38
# $
safariPath
= "/path/to/Safari.app";
68
my $
safariPath
= $Settings::
safariPath
;
89
"safari-path=s" => \$
safariPath
,
121
$
safariPath
= glob($
safariPath
) if $
safariPath
=~ /^~/;
122
$
safariPath
= File::Spec->catdir($
safariPath
, "Contents/MacOS/Safari") if $
safariPath
=~ m#\.app/*#
[
all
...]
run-pageloadtest
61
my $safariExecutablePath =
safariPath
();
webkitdirs.pm
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
;
[
all
...]
/external/webkit/Tools/BuildSlaveSupport/
built-product-archive
128
safariPath
= subprocess.Popen('cygpath -w "$PROGRAMFILES"/Safari',
131
if subprocess.call('cp -R "%s"/*.dll "%s"/*.resources %s' % (
safariPath
,
safariPath
, binDirectory), shell=True):
Completed in 45 milliseconds