Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstdio_impl.h42 int fake_ferror(FakeFILE* file) __HIDDEN__;
56 #define ferror fake_ferror
Dstdio_impl.c79 int fake_ferror(FakeFILE* file) { in fake_ferror() function