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

/system/core/libutils/
H A DPrinter.cpp41 void Printer::printFormatLine(const char* format, ...) { function in class:android::Printer
157 mPrinter.printFormatLine("%s%s", mPrefix, string);
H A DProcessCallStack.cpp69 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr);
70 printer.printFormatLine("Cmd line: %s", procName);
75 printer.printFormatLine("----- end %d -----", pid);
231 printer.printFormatLine("\"%s\" sysTid=%d", threadName.string(), tid);
/system/core/include/utils/
H A DPrinter.h33 virtual void printFormatLine(const char* format, ...) __attribute__((format (printf, 2, 3)));

Completed in 126 milliseconds