Home
last modified time | relevance | path

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

/system/extras/perfprofd/tests/
Dperfprofdmockutils.cc78 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); in perfprofd_log_error()
87 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); in perfprofd_log_warning()
96 vfprintf(stderr, fmt, ap); fprintf(stderr, "\n"); in perfprofd_log_info()
/system/core/fastboot/
Dutil.cpp50 vfprintf(stderr, fmt, ap); in die()
67 vfprintf(stderr, fmt, ap); in verbose()
Dfastboot.cpp351 vfprintf(stderr, fmt, ap); in syntax_error()
/system/core/libsparse/
Dsparse_err.cpp27 vfprintf(stderr, fmt, argp); in sparse_default_print()
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c29 err = vfprintf(stderr, fmt, ap); in dto_print()
/system/netd/libnetdutils/include/netdutils/
DSyscalls.h86 virtual StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const = 0;
100 auto result = vfprintf(file, format, ap); in fprintf()
DMockSyscalls.h65 MOCK_CONST_METHOD3(vfprintf, StatusOr<int>(FILE* file, const char* format, va_list ap));
/system/netd/libnetdutils/
DSyscalls.cpp206 StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const override { in vfprintf() function in android::netdutils::RealSyscalls
207 auto rv = ::vfprintf(file, format, ap); in vfprintf()
/system/extras/tests/lib/testUtil/
DtestUtil.c155 vfprintf(stream, fmt, args); in testPrint()
/system/core/adb/
Dadb_utils.cpp352 vfprintf(stderr, fmt, va); in error_exit_va()
Dsysdeps.h242 #define vfprintf adb_vfprintf macro
Dsysdeps_win32.cpp2487 #undef vfprintf in adb_vfprintf()
2488 return vfprintf(stream, format, ap); in adb_vfprintf()
/system/core/cpio/
Dmkbootfs.c32 vfprintf(stderr, why, ap); in die()
/system/netd/server/
DBandwidthControllerTest.cpp188 EXPECT_CALL(mSyscalls, vfprintf(dummyFile, _, _)) in expectUpdateQuota()
/system/extras/simpleperf/
Dutils.cpp164 vfprintf(fp, fmt, ap); in FprintIndented()
/system/sepolicy/tools/
Dcheck_seapp.c293 vfprintf(out, fmt, args); in log_msg()
/system/core/logcat/
Dlogcat.cpp607 vfprintf(context->error, fmt, args); in logcat_panic()