Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_bqr.cc315 std::stringstream ss_timestamp; in DebugDump() local
316 ss_timestamp << std::put_time(&p_event->tm_timestamp_, "%m-%d %H:%M:%S"); in DebugDump()
318 dprintf(fd, "%c %s %s\n", warning ? '*' : ' ', ss_timestamp.str().c_str(), in DebugDump()