Home
last modified time | relevance | path

Searched defs:tmpFile (Results 1 – 13 of 13) sorted by relevance

/external/webkit/LayoutTests/http/tests/resources/
Dwrite-temp-file.php9 $tmpFile = sys_get_temp_dir() . "/" . $_GET['filename']; variable
Dreset-temp-file.php9 $tmpFile = sys_get_temp_dir() . "/" . $_GET['filename']; variable
Dtouch-temp-file.php9 $tmpFile = sys_get_temp_dir() . "/" . $_GET['filename']; variable
/external/webkit/LayoutTests/http/tests/appcache/resources/
Dcounter.php4 $tmpFile = sys_get_temp_dir() . "/" . "appcache_counter"; variable
Dversioned-manifest.php4 $tmpFile = sys_get_temp_dir() . "/" . "appcache_manifest_counter"; variable
Dfail-on-update.php4 $tmpFile = sys_get_temp_dir() . "/" . "fail_on_update_state"; variable
Dfail-on-update-2.php4 $tmpFile = sys_get_temp_dir() . "/" . "fail_on_update_state"; variable
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DScannerTest.java83 File tmpFile = File.createTempFile("TestFileForScanner", ".tmp"); in test_ConstructorLjava_io_File() local
119 File tmpFile = File.createTempFile("TestFileForScanner", ".tmp"); in test_ConstructorLjava_io_FileLjava_lang_String() local
260 File tmpFile = File.createTempFile("TestFileForScanner", ".tmp"); in test_ConstructorLjava_nio_channels_ReadableByteChannel() local
301 File tmpFile = File.createTempFile("TestFileForScanner", ".tmp"); in test_ConstructorLjava_nio_channels_ReadableByteChannelLjava_lang_String() local
364 File tmpFile = File.createTempFile("TestFileForScanner", ".tmp"); in test_close() local
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DMappedByteBufferTest.java37 File tmpFile, emptyFile; field in MappedByteBufferTest
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileInputStreamTest.java194 File tmpFile = File.createTempFile("FileOutputStream", "tmp"); in test_read$BII() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
DRSSFeedWatcherTask.java70 private File tmpFile; field in RSSFeedWatcherTask
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
DComponentResults.java401 File tmpFile = new File(dir, getName()+".tmp"); //$NON-NLS-1$ in writeData() local
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DChannelsTest.java65 private File tmpFile; field in ChannelsTest