Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 13 of 13) 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/libsparse/
Dsparse_err.c28 vfprintf(stderr, fmt, argp); in sparse_default_print()
/system/core/fastboot/
Dutil.cpp65 vfprintf(stderr, fmt, ap); in die()
/system/tools/aidl/
Dcode_writer.cpp66 success = vfprintf(output_, format, ap) >= 0; in Write()
/system/core/run-as/
Drun-as.c99 vfprintf(stderr, format, args); in panic()
/system/core/crash_reporter/
Dwarn_collector.l103 vfprintf(stderr, format, ap); in Die()
/system/extras/tests/lib/testUtil/
DtestUtil.c158 vfprintf(stream, fmt, args); in testPrint()
/system/core/cpio/
Dmkbootfs.c32 vfprintf(stderr, why, ap); in die()
/system/core/adb/
Dadb.cpp69 vfprintf(stderr, fmt, ap); in fatal()
79 vfprintf(stderr, fmt, ap); in fatal_errno()
Dsysdeps.h377 #define vfprintf adb_vfprintf macro
Dsysdeps_win32.cpp2587 #undef vfprintf in adb_vfprintf()
2588 return vfprintf(stream, format, ap); in adb_vfprintf()
/system/core/logcat/
Dlogcat.cpp424 vfprintf(stderr, fmt, args); in logcat_panic()
/system/sepolicy/tools/
Dcheck_seapp.c290 vfprintf(out, fmt, args); in log_msg()