Home
last modified time | relevance | path

Searched refs:printFormatLine (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/
DProcessCallStack.cpp67 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()
DPrinter.cpp39 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/
DPrinter.h33 virtual void printFormatLine(const char* format, ...) __attribute__((format (printf, 2, 3)));