OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:catdir
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Tools/Scripts/
run-launcher
33
use File::Spec::Functions qw/
catdir
/;
49
my $libDir =
catdir
(productDir(), 'lib');
51
$launcherPath =
catdir
($launcherPath, "bin", "MiniBrowser");
53
$launcherPath =
catdir
($launcherPath, "bin", "QtTestBrowser");
56
$ENV{QTWEBKIT_PLUGIN_PATH} =
catdir
($libDir, 'plugins');
68
$launcherPath =
catdir
($launcherPath, "Programs", "GtkLauncher");
72
$launcherPath =
catdir
($launcherPath, "Programs", "EWebLauncher");
77
$launcherPath =
catdir
($launcherPath, 'wxBrowser.app', 'Contents', 'MacOS', 'wxBrowser');
80
$launcherPath =
catdir
($launcherPath, 'wxBrowser');
run-pageloadtest
62
my $safariResourcePath = File::Spec->
catdir
(dirname(dirname($safariExecutablePath)), "Resources");
bisect-builds
117
my $nightlyBuildsURLBase = $nightlyWebSite . File::Spec->
catdir
("/builds", $branch, "mac");
118
my $nightlyFilesURLBase = $nightlyWebSite . File::Spec->
catdir
("/files", $branch, "mac");
122
$safariPath = File::Spec->
catdir
($safariPath, "Contents/MacOS/Safari") if $safariPath =~ m#\.app/*#;
124
$nightlyDownloadDirectory = File::Spec->
catdir
($nightlyDownloadDirectory, $branch);
273
my $versionPlist = File::Spec->
catdir
(dirname(dirname($path)), "version.plist");
291
our $nightlyDownloadDirectory = File::Spec->
catdir
($ENV{HOME}, "Library/Caches/WebKit-Nightlies");
294
my $rcfile = File::Spec->
catdir
($ENV{HOME}, ".bisect-buildsrc");
svn-apply
167
$dir = File::Spec->
catdir
($dir, shift @dirs);
293
if (-d File::Spec->
catdir
($dir, $item)) {
296
next if (scmWillDeleteFile(File::Spec->
catdir
($dir, $item)));
old-run-webkit-tests
166
my $testResultsDirectory = File::Spec->
catdir
($tmpDir, "layout-test-results");
455
my $platformBaseDirectory =
catdir
($testDirectory, "platform");
456
my $platformTestDirectory =
catdir
($platformBaseDirectory, $platform);
469
my $javaTestsDirectory =
catdir
($testDirectory, "java");
[
all
...]
svn-unapply
223
my $dir = File::Spec->
catdir
(@dirs);
VCSUtils.pm
251
return -d File::Spec->
catdir
($dir, ".svn");
334
$path = File::Spec->
catdir
($parent, $path);
442
return ($#dirs >= 0) ? File::Spec->
catdir
(@dirs) : ".";
498
my $normalizedFullPath = File::Spec->
catdir
(File::Spec->splitdir($fullPath));
502
my $normalizedStatPath = File::Spec->
catdir
(File::Spec->splitdir(substr($_, 7)));
[
all
...]
webkitdirs.pm
318
$configurationProductDir = File::Spec->
catdir
($baseProductDir, configurationForVisualStudio(), "bin");
1169
$vsInstallDir = File::Spec->
catdir
($programFilesPath, "Microsoft Visual Studio 8");
[
all
...]
svn-create-patch
218
my $file = File::Spec->
catdir
($prefix, $fileData->{path});
Completed in 136 milliseconds