/system/extras/perfprofd/tests/ |
D | perfprofdmockutils.cc | 78 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/libsparse/ |
D | sparse_err.c | 28 vfprintf(stderr, fmt, argp); in sparse_default_print()
|
/system/core/fastboot/ |
D | util.cpp | 48 vfprintf(stderr, fmt, ap); in die()
|
D | fastboot.cpp | 320 vfprintf(stderr, fmt, ap); in syntax_error()
|
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_posix.c | 29 err = vfprintf(stderr, fmt, ap); in dto_print()
|
/system/tools/aidl/ |
D | code_writer.cpp | 66 success = vfprintf(output_, format, ap) >= 0; in Write()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Syscalls.h | 82 virtual StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const = 0; 96 auto result = vfprintf(file, format, ap); in fprintf()
|
D | MockSyscalls.h | 64 MOCK_CONST_METHOD3(vfprintf, StatusOr<int>(FILE* file, const char* format, va_list ap));
|
/system/netd/libnetdutils/ |
D | Syscalls.cpp | 198 StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const override { in vfprintf() function in android::netdutils::RealSyscalls 199 auto rv = ::vfprintf(file, format, ap); in vfprintf()
|
/system/core/adb/ |
D | adb_utils.cpp | 284 vfprintf(stderr, fmt, ap); in syntax_error()
|
D | sysdeps.h | 258 #define vfprintf adb_vfprintf macro
|
D | sysdeps_win32.cpp | 2432 #undef vfprintf in adb_vfprintf() 2433 return vfprintf(stream, format, ap); in adb_vfprintf()
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 155 vfprintf(stream, fmt, args); in testPrint()
|
/system/core/cpio/ |
D | mkbootfs.c | 32 vfprintf(stderr, why, ap); in die()
|
/system/extras/simpleperf/ |
D | utils.cpp | 108 vfprintf(fp, fmt, ap); in FprintIndented()
|
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 129 EXPECT_CALL(mSyscalls, vfprintf(dummyFile, _, _)) in expectUpdateQuota()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 293 vfprintf(out, fmt, args); in log_msg()
|
/system/core/logcat/ |
D | logcat.cpp | 613 vfprintf(context->error, fmt, args); in logcat_panic()
|