Home
last modified time | relevance | path

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

/external/lldb/source/Host/common/
DTimeValue.cpp153 char *time_cstr = ::ctime_r(&time, time_buf); in Dump() local
154 if (time_cstr) in Dump()
156 char *newline = ::strpbrk(time_cstr, "\n\r"); in Dump()
160 s->Printf("%-*s", width, time_cstr); in Dump()
162 s->PutCString(time_cstr); in Dump()