Searched refs:printFormatLine (Results 1 – 6 of 6) sorted by relevance
/aosp14/system/core/libutils/ |
H A D | Printer_fuzz.cpp | 46 printer.printFormatLine("%s", line.c_str()); in LLVMFuzzerTestOneInput() 48 logPrinter.printFormatLine("%s", line.c_str()); in LLVMFuzzerTestOneInput() 50 filePrinter.printFormatLine("%s", line.c_str()); in LLVMFuzzerTestOneInput()
|
H A D | ProcessCallStack.cpp | 67 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr); in dumpProcessHeader() 68 printer.printFormatLine("Cmd line: %s", procName); in dumpProcessHeader() 73 printer.printFormatLine("----- end %d -----", pid); in dumpProcessFooter() 217 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid); in printInternal()
|
H A D | Printer.cpp | 39 void Printer::printFormatLine(const char* format, ...) { in printFormatLine() function in android::Printer 157 mPrinter.printFormatLine("%s%s", mPrefix, string); in printLine()
|
/aosp14/system/core/libutils/include/utils/ |
H A D | Printer.h | 33 virtual void printFormatLine(const char* format, ...) __attribute__((format (printf, 2, 3)));
|
/aosp14/system/core/libutils/abi-dumps/arm_arm64/source-based/ |
H A D | libutils.so.lsdump | 6431 "function_name" : "android::Printer::printFormatLine",
|
/aosp14/system/core/libutils/abi-dumps/arm64/source-based/ |
H A D | libutils.so.lsdump | 6435 "function_name" : "android::Printer::printFormatLine",
|