Searched refs:tmpfile (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/bionic/
H A Dtmpfile.cpp101 FILE* tmpfile() { function
115 __strong_alias(tmpfile64, tmpfile);
/bionic/libstdc++/include/
H A Dcstdio82 using ::tmpfile;
/bionic/tests/
H A Dstdio_ext_test.cpp81 FILE* fp = tmpfile();
H A Dstdio_test.cpp58 FILE* fp = tmpfile();
107 FILE* fp = tmpfile();
142 FILE* fp = tmpfile();
176 FILE* fp = tmpfile();
218 FILE* fp = tmpfile();
576 ASSERT_NE(nullptr, fp = tmpfile());
587 ASSERT_NE(nullptr, fp = tmpfile());
679 FILE* fp = tmpfile();
H A Dsys_stat_test.cpp27 FILE* fp = tmpfile();
/bionic/tools/relocation_packer/src/
H A Delf_file_unittest.cc46 FILE* temporary = tmpfile();
/bionic/libc/include/
H A Dstdio.h157 char* tmpnam(char*) __attribute__((deprecated("tmpnam is unsafe, use mkstemp or tmpfile instead")));
160 __attribute__((deprecated("tempnam is unsafe, use mkstemp or tmpfile instead")));
211 FILE* tmpfile(void);
/bionic/libc/
H A DAndroid.mk236 bionic/tmpfile.cpp \

Completed in 1383 milliseconds