Searched refs:tmpFile (Results 1 - 4 of 4) sorted by relevance

/external/webkit/LayoutTests/http/tests/appcache/resources/
H A Dfail-on-update.php4 $tmpFile = sys_get_temp_dir() . "/" . "fail_on_update_state"; variable
20 $state = getState($tmpFile);
27 unlink($tmpFile);
29 setState("Deleted", $tmpFile);
H A Dversioned-manifest.php4 $tmpFile = sys_get_temp_dir() . "/" . "appcache_manifest_counter"; variable
29 stepCounter($tmpFile);
32 print("# version " . getCount($tmpFile) . "\n");
H A Dcounter.php4 $tmpFile = sys_get_temp_dir() . "/" . "appcache_counter"; variable
22 print(stepCounter($tmpFile));
/external/webkit/WebKitTools/Scripts/
H A Dparallelcl122 my $tmpFile;
124 ($pid, $tmpFile) = forkAndCompileFiles(@{$job}, $options);
126 print STDERR "####### Spawned child with PID $pid and tmpFile $tmpFile ##########\n" if $debug;
128 push(@tmpFiles, $tmpFile);
168 my (undef, $tmpFile) = File::Temp::tempfile('clcommandXXXXX', DIR => File::Spec->tmpdir, OPEN => 0);
175 open(TMP, '>:raw:encoding(UTF16-LE):crlf:utf8', $tmpFile) or die "Couldn't open $tmpFile";
182 chomp(my $winTmpFile = `cygpath -m $tmpFile`);
185 return ($pid, $tmpFile);
[all...]

Completed in 107 milliseconds