Home
last modified time | relevance | path

Searched defs:fprintf (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/chre/std_overrides/
H A Dstdlib_wrapper.cc73 int fprintf(FILE * /*stream*/, const char * /*fmt*/, ...) { in fprintf() function
/aosp12/system/netd/libnetdutils/include/netdutils/
H A DSyscalls.h97 StatusOr<int> fprintf(FILE* file, const char* format, ...) const { in fprintf() function
/aosp12/packages/modules/adb/
H A Dsysdeps.h292 #define fprintf adb_fprintf macro
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp748 int fprintf(FILE* fp, const char* fmt, ...) { in fprintf() function
/aosp12/bionic/tests/
H A Dstdio_test.cpp904 TEST(STDIO_TEST, fprintf) { in TEST() argument