Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 15 of 15) sorted by relevance

/system/core/fastboot/
Dutil.cpp50 vfprintf(stderr, fmt, ap); in die()
71 vfprintf(stderr, fmt, ap); in verbose()
Dfastboot.cpp376 vfprintf(stderr, fmt, ap); in syntax_error()
/system/core/libsparse/
Dsparse_err.cpp27 vfprintf(stderr, fmt, argp); in sparse_default_print()
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c29 err = vfprintf(stderr, fmt, ap); in dto_print()
/system/core/cli-test/
Dcli-test.cpp71 vfprintf(stdout, fmt, ap); in Print()
80 vfprintf(stderr, fmt, ap); in Die()
93 vfprintf(stderr, fmt, ap); in V()
/system/netd/libnetdutils/include/netdutils/
DSyscalls.h86 virtual StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const = 0;
100 auto result = vfprintf(file, format, ap); in fprintf()
DMockSyscalls.h65 MOCK_CONST_METHOD3(vfprintf, StatusOr<int>(FILE* file, const char* format, va_list ap));
/system/netd/libnetdutils/
DSyscalls.cpp206 StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const override { in vfprintf() function in android::netdutils::RealSyscalls
207 auto rv = ::vfprintf(file, format, ap); in vfprintf()
/system/extras/tests/audio/alsa/
Dpcmtest.cpp69 vfprintf(stream, fmt, args); in testPrint()
/system/extras/tests/lib/testUtil/
DtestUtil.c155 vfprintf(stream, fmt, args); in testPrint()
/system/core/mkbootfs/
Dmkbootfs.c33 vfprintf(stderr, why, ap); in die()
/system/netd/server/
DBandwidthControllerTest.cpp123 EXPECT_CALL(mSyscalls, vfprintf(dummyFile, _, _)) in expectUpdateQuota()
/system/extras/simpleperf/
Dutils.cpp171 vfprintf(fp, fmt, ap); in FprintIndented()
/system/libziparchive/
Dziptool.cpp80 vfprintf(stderr, fmt, ap); in die()
/system/sepolicy/tools/
Dcheck_seapp.c296 vfprintf(out, fmt, args); in log_msg()