HomeSort by relevance Sort by last modified time
    Searched refs:webkitLibrariesDir (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/Scripts/
update-webkit-auxiliary-libs 55 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
67 if (defined $new && open OLD, "$webkitLibrariesDir/$file.headers") {
89 my $destination = "$webkitLibrariesDir/$relativeName";
101 $result = system "mv", "$tmpDir/$file.headers", $webkitLibrariesDir;
102 print STDERR "Couldn't move $file.headers to $webkitLibrariesDir" . ".\n" if $result;
104 print "The $file has been sucessfully installed in\n $webkitLibrariesDir\n";
update-webkit-support-libs 48 my $webkitLibrariesDir = toUnixPath($ENV{'WEBKITLIBRARIESDIR'}) || "$sourceDir/WebKitLibraries/win";
68 if (open OLD, "$webkitLibrariesDir/$file.modified") {
86 my $destination = "$webkitLibrariesDir/$relativeName";
98 $result = system "mv", "$tmpDir/$file.modified", $webkitLibrariesDir;
99 print STDERR "Couldn't move $file.modified to $webkitLibrariesDir" . ".\n" if $result;
101 print "The $file has been sucessfully installed in\n $webkitLibrariesDir\n";

Completed in 28 milliseconds