Lines Matching refs:Spec
37 use File::Spec;
143 …efaults read com.apple.Xcode PBXApplicationwideBuildSettings 2> " . File::Spec->devnull() . " |" o…
151 …open PRODUCT, "defaults read com.apple.Xcode PBXProductDirectory 2> " . File::Spec->devnull() . " …
318 …$configurationProductDir = File::Spec->catdir($baseProductDir, configurationForVisualStudio(), "bi…
704 my $devnull = File::Spec->devnull();
713 chdir File::Spec->catfile(sourceDir(), "Source", "WebCore");
1025 my $scriptDir = File::Spec->catpath("", File::Spec->abs2rel($FindBin::Bin, getcwd()), "");
1169 $vsInstallDir = File::Spec->catdir($programFilesPath, "Microsoft Visual Studio 8");
1172 $vcBuildPath = File::Spec->catfile($vsInstallDir, qw(Common7 IDE devenv.com));
1176 $vcBuildPath = File::Spec->catfile(sourceDir(), qw(Tools Scripts pdevenv)) if isCygwin();
1179 $vcBuildPath = File::Spec->catfile($vsInstallDir, qw(Common7 IDE VCExpress.exe));
1192 my $qtSDKPath = File::Spec->catdir($programFilesPath, "QuickTime SDK");
1203 $ENV{'WEBKITLIBRARIESDIR'} = File::Spec->catdir($sourceDir, "WebKitLibraries", "win");
1366 (my $volume, my $directories, my $file) = File::Spec->splitpath($mkspec);
1495 my $relSourceDir = File::Spec->abs2rel($sourceDir) || ".";
1515 my $buildPath = File::Spec->catdir(baseProductDir(), $config);
1529 push @args, '"' . File::Spec->catdir(sourceDir(), "Source") . '"';
1543 my $buildPath = File::Spec->catdir(baseProductDir(), $config);
1558 my $buildPath = File::Spec->catdir(baseProductDir(), $config);
1616 my $dir = File::Spec->canonpath(productDir());
1916 $result = system File::Spec->catfile(productDir(), "WebKit.exe"), @ARGV;