Searched refs:vfprintf (Results 1 – 13 of 13) 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/tools/aidl/ |
D | code_writer.cpp | 66 success = vfprintf(output_, format, ap) >= 0; in Write()
|
/system/core/run-as/ |
D | run-as.c | 99 vfprintf(stderr, format, args); in panic()
|
/system/core/crash_reporter/ |
D | warn_collector.l | 103 vfprintf(stderr, format, ap); in Die()
|
/system/extras/tests/lib/testUtil/ |
D | testUtil.c | 158 vfprintf(stream, fmt, args); in testPrint()
|
/system/core/cpio/ |
D | mkbootfs.c | 32 vfprintf(stderr, why, ap); in die()
|
/system/core/adb/ |
D | adb.cpp | 69 vfprintf(stderr, fmt, ap); in fatal() 79 vfprintf(stderr, fmt, ap); in fatal_errno()
|
D | sysdeps.h | 377 #define vfprintf adb_vfprintf macro
|
D | sysdeps_win32.cpp | 2587 #undef vfprintf in adb_vfprintf() 2588 return vfprintf(stream, format, ap); in adb_vfprintf()
|
/system/core/logcat/ |
D | logcat.cpp | 424 vfprintf(stderr, fmt, args); in logcat_panic()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 290 vfprintf(out, fmt, args); in log_msg()
|