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

  /external/webkit/Tools/Scripts/
update-webkit-dependency 72 my $tmpAbsDir = File::Spec->rel2abs($tmpRelativeDir);
76 my $result = system "curl -s -I $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
91 if (open NEW, "$tmpAbsDir/$file.headers") {
106 $result = system "curl -o \"$tmpAbsDir/$zipFile\" $libsURL";
109 $result = system "unzip", "-q", "-d", $tmpAbsDir, "$tmpAbsDir/$zipFile";
116 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/$prefixInZip");
127 File::Find::find(\&wanted, "$tmpAbsDir/$file");
129 $result = system "mv", "$tmpAbsDir/$file.headers", $webkitLibrariesDir;
update-webkit-support-libs 53 my $tmpAbsDir = File::Spec->rel2abs($tmpRelativeDir);
74 my $result = system "unzip", "-q", "-d", $tmpAbsDir, $pathToZip;
81 my $relativeName = File::Spec->abs2rel($File::Find::name, "$tmpAbsDir/$file/win");
92 File::Find::find(\&wanted, "$tmpAbsDir/$file");

Completed in 93 milliseconds