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/ |
D | FileOutputStreamTest.java | 266 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/ |
D | stdio--.h | 35 # define tmpfile tmpfile_safer macro
|
/external/chromium/chrome/browser/chromeos/login/ |
D | owner_key_utils_unittest.cc | 48 FilePath tmpfile; in TEST_F() local
|
/external/libpng/contrib/gregbook/ |
D | wpng.c | 160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ in main() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 584 tmpfile, enumerator
|
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
D | FileChannelTest.java | 1610 File tmpfile = File.createTempFile("FileOutputStream", "tmp"); in test_position_append() local
|