Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstdio_impl.c46 void fake_file_outw(FakeFILE* file, const wchar_t* text, size_t length) { in fake_file_outw() function
102 fake_file_outw(file, wide_buffer, wide_len); in fake_fprintf()
Dstdio_impl.h38 void fake_file_outw(FakeFILE* file, const wchar_t* s, size_t l) __HIDDEN__;
Dvfwprintf.c180 fake_file_outw(f, s, l); in out()