Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 15 of 15) 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/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c29 err = vfprintf(stderr, fmt, ap); in dto_print()
/system/tools/aidl/
Dcode_writer.cpp66 success = vfprintf(output_, format, ap) >= 0; in Write()
/system/core/adb/
Dadb_utils.cpp275 vfprintf(stderr, fmt, ap); in usage()
Dsysdeps.h343 #define vfprintf adb_vfprintf macro
Dsysdeps_win32.cpp2460 #undef vfprintf in adb_vfprintf()
2461 return vfprintf(stream, format, ap); in adb_vfprintf()
/system/extras/tests/lib/testUtil/
DtestUtil.c157 vfprintf(stream, fmt, args); in testPrint()
/system/core/cpio/
Dmkbootfs.c32 vfprintf(stderr, why, ap); in die()
/system/extras/simpleperf/
Dutils.cpp107 vfprintf(fp, fmt, ap); in FprintIndented()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.c122 vfprintf(stderr, fmt, ap); in GKI_TRACE()
/system/nfc/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c124 vfprintf(stderr, fmt, ap); in GKI_TRACE()
/system/sepolicy/tools/
Dcheck_seapp.c293 vfprintf(out, fmt, args); in log_msg()
/system/core/logcat/
Dlogcat.cpp612 vfprintf(context->error, fmt, args); in logcat_panic()