Home | History | Annotate | Download | only in Scripts

Lines Matching refs:Path

36 use File::Path;
65 my $qmakebin = "qmake"; # Allow override of the qmake binary from $PATH
93 # walks up path checking each directory to see if it is the main WebKit project dir,
580 my $path = "$configurationProductDir/Safari.exe";
585 } elsif (-x $path) {
586 $safariBundle = $path;
666 my $path = builtDylibPathForName($framework);
667 die "Can't find built framework at \"$path\".\n" unless -e $path;
1331 $newPythonPath = `cygpath --mixed --path $newPythonPath`;
1469 File::Path::mkpath($dir) or die "Failed to create build directory " . $dir
1493 # Make the path relative since it will appear in all -I compiler flags.
1516 File::Path::mkpath($buildPath) unless -d $buildPath;
1624 File::Path::mkpath($dir);
1731 File::Path::mkpath($examplesDir);
1866 my $path = <INSTALL_DIR>;
1867 $path =~ s/[\r\n\x00].*//;
1870 my $unixPath = `cygpath -u '$path'`;
1880 $env->{PATH} = join(':', productDir(), dirname(installedSafariPath()), appleApplicationSupportPath(), $env->{PATH} || "");
1884 $env->{PATH} = join(';', $qtLibs, productDir() . "/lib", $env->{PATH} || "");