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/WebKitTools/Scripts/
gdb-safari
39
my $
safariPath
=
safariPath
();
53
exec $gdbPath, @architectureFlags, $
safariPath
or die;
bisect-builds
38
# $
safariPath
= "/path/to/Safari.app";
67
my $
safariPath
= $Settings::
safariPath
;
88
"safari-path=s" => \$
safariPath
,
120
$
safariPath
= glob($
safariPath
) if $
safariPath
=~ /^~/;
121
$
safariPath
= File::Spec->catdir($
safariPath
, "Contents/MacOS/Safari") if $
safariPath
=~ m#\.app/*#
[
all
...]
run-pageloadtest
61
my $safariExecutablePath =
safariPath
();
webkitdirs.pm
45
@EXPORT = qw(&chdirWebKit &baseProductDir &productDir &XcodeOptions &XcodeOptionString &XcodeOptionStringNoConfig &passedConfiguration &setConfiguration &
safariPath
&checkFrameworks ¤tSVNRevision);
504
sub
safariPath
527
my $
safariPath
= safariPathFromSafariBundle($safariBundle);
528
die "Can't find executable at $
safariPath
.\n" if isAppleMacWebKit() && !-x $
safariPath
;
529
return $
safariPath
;
[
all
...]
/external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive
106
safariPath
= subprocess.Popen('cygpath -w "$PROGRAMFILES"/Safari',
109
if subprocess.call('cp -R "%s"/*.dll "%s"/*.resources %s' % (
safariPath
,
safariPath
, binDirectory), shell=True):
Completed in 135 milliseconds