Home
last modified time | relevance | path

Searched defs:tmpfile (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DFileOutputStreamTest.java266 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel() local
278 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Append() local
299 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_UnAppend() local
320 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Unappend_Unappend() local
334 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Unappend_Append() local
349 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChannel_Append_Unappend() local
363 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_getChanne_Append_Append() local
/external/bison/lib/
Dstdio--.h35 # define tmpfile tmpfile_safer macro
/external/chromium/chrome/browser/chromeos/login/
Downer_key_utils_unittest.cc48 FilePath tmpfile; in TEST_F() local
/external/libpng/contrib/gregbook/
Dwpng.c160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ in main() local
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h584 tmpfile, enumerator
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DFileChannelTest.java1610 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_position_append() local