/ndk/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
cstdio | 78 using ::tmpfile;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/ |
cstdio | 78 using ::tmpfile;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/ |
cstdio | 80 using ::tmpfile;
|
/prebuilts/ndk/9/sources/cxx-stl/system/include/ |
cstdio | 80 using ::tmpfile;
|
/libcore/luni/src/test/java/libcore/java/io/ |
OldRandomAccessFileTest.java | 54 File tmpFile = new File(fileName); 57 raf = new java.io.RandomAccessFile(tmpFile, "r"); 65 tmpFile.createNewFile(); 70 raf = new java.io.RandomAccessFile(tmpFile, "rwd"); 76 raf = new java.io.RandomAccessFile(tmpFile, "rws"); 82 raf = new java.io.RandomAccessFile(tmpFile, "rw"); 90 raf = new java.io.RandomAccessFile(tmpFile, "i"); 97 tmpFile.delete(); 108 File tmpFile = new File(fileName); 161 if (tmpFile.exists()) tmpFile.delete() [all...] |
/bionic/tests/ |
stdio_test.cpp | 50 FILE* fp = tmpfile(); 93 FILE* fp = tmpfile(); 128 FILE* fp = tmpfile(); 153 FILE* fp = tmpfile(); 195 FILE* fp = tmpfile(); 475 ASSERT_NE(nullptr, fp = tmpfile()); 486 ASSERT_NE(nullptr, fp = tmpfile()); 578 FILE* fp = tmpfile();
|
/external/jpeg/ |
jmem-android.c | 128 /* Since this implementation uses tmpfile() to create the file, 154 * This version uses tmpfile(), which constructs a suitable file name
|
/external/libcxx/include/ |
cstdio | 47 FILE* tmpfile(void); 131 using ::tmpfile;
|
/external/qemu/distrib/jpeg-6b/ |
jmem-android.c | 128 /* Since this implementation uses tmpfile() to create the file, 154 * This version uses tmpfile(), which constructs a suitable file name
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
cstdio | 85 #undef tmpfile 132 using ::tmpfile;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
cstdio | 86 #undef tmpfile 133 using ::tmpfile;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
cstdio | 87 #undef tmpfile 134 using ::tmpfile;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 86 #undef tmpfile 133 using ::tmpfile;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 86 #undef tmpfile 133 using ::tmpfile;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
cstdio | 86 #undef tmpfile 133 using ::tmpfile;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
cstdio | 86 #undef tmpfile 133 using ::tmpfile;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
cstdio | 85 #undef tmpfile 132 using ::tmpfile;
|