Home
last modified time | relevance | path

Searched refs:fake_fprintf (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dstdio_impl.h43 int fake_fprintf(FakeFILE* file, const char* fmt, ...) __HIDDEN__;
57 #define fprintf fake_fprintf
Dstdio_impl.c86 int fake_fprintf(FakeFILE* file, const char* format, ...) { in fake_fprintf() function