Searched refs:printFormatLine (Results 1 – 3 of 3) sorted by relevance
/system/core/libutils/ |
D | ProcessCallStack.cpp | 69 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr); in dumpProcessHeader() 70 printer.printFormatLine("Cmd line: %s", procName); in dumpProcessHeader() 75 printer.printFormatLine("----- end %d -----", pid); in dumpProcessFooter() 228 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid); in printInternal()
|
D | Printer.cpp | 45 void Printer::printFormatLine(const char* format, ...) { in printFormatLine() function in android::Printer 160 mPrinter.printFormatLine("%s%s", mPrefix, string); in printLine()
|
/system/core/include/utils/ |
D | Printer.h | 33 virtual void printFormatLine(const char* format, ...) __attribute__((format (printf, 2, 3)));
|