Home
last modified time | relevance | path

Searched refs:fake_file_out (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/support/src/stdio/
Dstdio_impl.h35 void fake_file_out(FakeFILE* file, const char* s, size_t l) __HIDDEN__;
Dstdio_impl.c27 void fake_file_out(FakeFILE* file, const char* text, size_t length) { in fake_file_out() function
Dvfprintf.c190 fake_file_out(f, s, l); in out()