Searched defs:vfprintf (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/
H A Dsysdeps.h377 #define vfprintf adb_vfprintf macro
H A Dsysdeps_win32.cpp2574 // Version of vfprintf() that takes UTF-8 and can write Unicode to a
2584 // If vfprintf is a macro, undefine it, so we can call the real
2586 #pragma push_macro("vfprintf")
2587 #undef vfprintf macro
2588 return vfprintf(stream, format, ap);
2589 #pragma pop_macro("vfprintf")

Completed in 73 milliseconds