/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/system/include/ |
cstdio | 80 using ::tmpfile;
|
/bionic/libc/bionic/ |
tmpfile.cpp | 100 FILE* tmpfile() { function
|
/external/jpeg/ |
jmemansi.c | 10 * assumes that you have the ANSI-standard library routine tmpfile(). 126 /* Since this implementation uses tmpfile() to create the file, 135 * This version uses tmpfile(), which constructs a suitable file name 144 if ((info->temp_file = tmpfile()) == NULL)
|
/external/qemu/distrib/jpeg-6b/ |
jmemansi.c | 10 * assumes that you have the ANSI-standard library routine tmpfile(). 126 /* Since this implementation uses tmpfile() to create the file, 135 * This version uses tmpfile(), which constructs a suitable file name 144 if ((info->temp_file = tmpfile()) == NULL)
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 140 using std::tmpfile;
|
/external/chromium_org/tools/code_coverage/ |
process_coverage.py | 132 tmpfile = open(tmpfile_name, 'w') 176 tmpfile.write('%s' % (line)) 182 # Close the files and replace the lcov file by the 'clean' tmpfile 183 tmpfile.close()
|
/external/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cstdio.h | 108 using _STLP_VENDOR_CSTD::tmpfile;
|
/system/core/libctest/ |
ctest.c | 52 suite->out = tmpfile();
|
/external/e2fsprogs/lib/ext2fs/ |
tst_badblocks.c | 177 f = tmpfile(); 232 f = tmpfile();
|
/external/libpng/contrib/gregbook/ |
wpng.c | 160 FILE *tmpfile; /* or we could just use keybd, since no overlap */ local 209 tmpfile = fopen("/etc/config/system.glGammaVal", "r"); 210 if (tmpfile) { 213 fgets(tmpline, 80, tmpfile); 214 fclose(tmpfile);
|
/external/bison/darwin-lib/ |
stdio.h | 1405 # undef tmpfile macro [all...] |
/external/bison/linux-lib/ |
stdio.h | 1405 # undef tmpfile macro [all...] |
/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/modules/objfmts/dbg/ |
dbg-objfmt.c | 48 objfmt_dbg->dbgfile = tmpfile();
|
/external/bison/lib/ |
stdio.in.h | [all...] |