Home
last modified time | relevance | path

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

/system/core/libutils/
DProcessCallStack.cpp44 static void dumpProcessHeader(Printer& printer, pid_t pid, const char* timeStr) { in dumpProcessHeader() argument
45 if (timeStr == nullptr) { in dumpProcessHeader()
67 printer.printFormatLine("----- pid %d at %s -----", pid, timeStr); in dumpProcessHeader()