Searched refs:vfprintf (Results 1 – 17 of 17) sorted by relevance
/system/core/fastboot/ |
D | util.cpp | 50 vfprintf(stderr, fmt, ap); in die() 71 vfprintf(stderr, fmt, ap); in verbose()
|
D | fastboot.cpp | 367 vfprintf(stderr, fmt, ap); in syntax_error()
|
/system/core/libsparse/ |
D | sparse_err.cpp | 27 vfprintf(stderr, fmt, argp); in sparse_default_print()
|
/system/core/cli-test/ |
D | cli-test.cpp | 71 vfprintf(stdout, fmt, ap); in Print() 80 vfprintf(stderr, fmt, ap); in Die() 93 vfprintf(stderr, fmt, ap); in V()
|
/system/libufdt/sysdeps/ |
D | libufdt_sysdeps_posix.c | 29 err = vfprintf(stderr, fmt, ap); in dto_print()
|
/system/netd/libnetdutils/include/netdutils/ |
D | Syscalls.h | 86 virtual StatusOr<int> vfprintf(FILE* file, const char* format, va_list ap) const = 0; 100 auto result = vfprintf(file, format, ap); in fprintf()
|
D | MockSyscalls.h | 65 MOCK_CONST_METHOD3(vfprintf, StatusOr<int>(FILE* file, const char* format, va_list ap));
|
/system/netd/libnetdutils/ |
D | Syscalls.cpp | 206 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/lib/testUtil/ |
D | testUtil.c | 155 vfprintf(stream, fmt, args); in testPrint()
|
/system/core/adb/ |
D | adb_utils.cpp | 356 vfprintf(stderr, fmt, va); in error_exit_va()
|
D | sysdeps.h | 258 #define vfprintf adb_vfprintf macro
|
D | sysdeps_win32.cpp | 2588 #undef vfprintf in adb_vfprintf() 2589 return vfprintf(stream, format, ap); in adb_vfprintf()
|
/system/core/cpio/ |
D | mkbootfs.c | 33 vfprintf(stderr, why, ap); in die()
|
/system/extras/simpleperf/ |
D | utils.cpp | 163 vfprintf(fp, fmt, ap); in FprintIndented()
|
/system/netd/server/ |
D | BandwidthControllerTest.cpp | 190 EXPECT_CALL(mSyscalls, vfprintf(dummyFile, _, _)) in expectUpdateQuota()
|
/system/libziparchive/ |
D | ziptool.cpp | 76 vfprintf(stderr, fmt, ap); in die()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 293 vfprintf(out, fmt, args); in log_msg()
|