Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstdio_impl.h11 #define __HIDDEN__ __attribute__((__visibility__("hidden"))) macro
23 void fake_file_init_file(FakeFILE* file, FILE* f) __HIDDEN__;
27 __HIDDEN__;
32 __HIDDEN__;
35 void fake_file_out(FakeFILE* file, const char* s, size_t l) __HIDDEN__;
38 void fake_file_outw(FakeFILE* file, const wchar_t* s, size_t l) __HIDDEN__;
41 int fake_feof(FakeFILE* file) __HIDDEN__;
42 int fake_ferror(FakeFILE* file) __HIDDEN__;
43 int fake_fprintf(FakeFILE* file, const char* fmt, ...) __HIDDEN__;
44 void fake_fputc(char ch, FakeFILE* file) __HIDDEN__;
[all …]