Searched defs:fclose (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/libs/
H A Dcheck_rtld_next_from_library.cpp24 g_libc_fclose_ptr = dlsym(RTLD_NEXT, "fclose");
29 extern "C" int __attribute__((weak)) fclose(FILE*) { function
/bionic/libc/stdio/
H A Dstdio.cpp272 fclose(fp);
368 int fclose(FILE* fp) { function
386 // Poison this FILE so accesses after fclose will be obvious.

Completed in 1571 milliseconds