Searched refs:vfprintf (Results 1 – 15 of 15) sorted by relevance
/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 | 65 vfprintf(stderr, fmt, ap); in die()
|
/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/core/adb/ |
D | adb_utils.cpp | 275 vfprintf(stderr, fmt, ap); in usage()
|
D | sysdeps.h | 343 #define vfprintf adb_vfprintf macro
|
D | sysdeps_win32.cpp | 2460 #undef vfprintf in adb_vfprintf() 2461 return vfprintf(stream, format, ap); in adb_vfprintf()
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 157 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 | 107 vfprintf(fp, fmt, ap); in FprintIndented()
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.c | 122 vfprintf(stderr, fmt, ap); in GKI_TRACE()
|
/system/nfc/halimpl/bcm2079x/gki/ulinux/ |
D | gki_ulinux.c | 124 vfprintf(stderr, fmt, ap); in GKI_TRACE()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 293 vfprintf(out, fmt, args); in log_msg()
|
/system/core/logcat/ |
D | logcat.cpp | 612 vfprintf(context->error, fmt, args); in logcat_panic()
|