/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/ |
libc.so | |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/lib/ |
libc.so | |
/art/runtime/base/unix_file/ |
mapped_file_test.cc | 92 FILE* f = tmpfile();
|
/development/ndk/platforms/android-12/arch-arm/symbols/ |
libc.so.functions.txt | 970 tmpfile
|
/development/ndk/platforms/android-14/arch-arm/symbols/ |
libc.so.functions.txt | 967 tmpfile
|
/development/ndk/platforms/android-17/arch-arm/symbols/ |
libc.so.functions.txt | 964 tmpfile
|
/development/ndk/platforms/android-18/arch-arm/symbols/ |
libc.so.functions.txt | 961 tmpfile
|
/development/ndk/platforms/android-19/arch-arm/symbols/ |
libc.so.functions.txt | 971 tmpfile
|
/development/ndk/platforms/android-8/arch-arm/symbols/ |
libc.so.functions.txt | 961 tmpfile
|
/development/ndk/platforms/android-9/arch-arm/symbols/ |
libc.so.functions.txt | 986 tmpfile
|
/development/ndk/platforms/android-L/arch-arm/symbols/ |
libc.so.functions.txt | 1135 tmpfile
|
/development/ndk/platforms/android-L/arch-mips/symbols/ |
libc.so.functions.txt | 1024 tmpfile
|
/development/ndk/platforms/android-L/arch-x86/symbols/ |
libc.so.functions.txt | 1020 tmpfile
|
/external/libcxx/test/input.output/file.streams/c.files/ |
cstdio.disabled.cpp | 93 static_assert((std::is_same<decltype(std::tmpfile()), std::FILE*>::value), "");
|
/external/libmtp/examples/ |
detect.c | 213 FILE *xmltmp = tmpfile();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
cstdio.pass.cpp | 93 static_assert((std::is_same<decltype(std::tmpfile()), std::FILE*>::value), "");
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
tempname.c | 117 /* Path search algorithm, for tmpnam, tmpfile, etc. If DIR is
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOutboxSync.java | 225 * @param tmpFile The temp file to use. 230 private boolean writeMessageToTempFile(final File tmpFile, final Message message, 234 fileStream = new FileOutputStream(tmpFile);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 354 if hasattr(posix, 'tmpfile'): 356 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning) 357 fp = posix.tmpfile()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_posix.py | 354 if hasattr(posix, 'tmpfile'): 356 warnings.filterwarnings("ignore", "tmpfile", DeprecationWarning) 357 fp = posix.tmpfile()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 376 tmpfile = '' variable in class:_popen 386 self.tmpfile = tmpfile = tempfile.mktemp() 387 os.system(cmd + ' > %s' % tmpfile) 388 self.pipe = open(tmpfile,'rb') 409 if self.tmpfile: 411 remove(self.tmpfile) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 376 tmpfile = '' variable in class:_popen 386 self.tmpfile = tmpfile = tempfile.mktemp() 387 os.system(cmd + ' > %s' % tmpfile) 388 self.pipe = open(tmpfile,'rb') 409 if self.tmpfile: 411 remove(self.tmpfile) [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
code.c | 14 /* tmpfile() replacment for Windows. 16 * On Windows tmpfile() creates the file in the root directory. This 905 tmpo = tmpfile();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/ |
stdio.h | 172 extern FILE *tmpfile (void) __wur; 175 extern FILE *__REDIRECT (tmpfile, (void), tmpfile64) __wur; 177 # define tmpfile tmpfile64
|