Searched refs:printFormatLine (Results 1 – 3 of 3) sorted by relevance
/system/core/libutils/ |
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()
|
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()
|
/system/core/libutils/include/utils/ |
D | Printer.h | 33 virtual void printFormatLine(const char* format, ...) __attribute__((format (printf, 2, 3)));
|