Home
last modified time | relevance | path

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

/system/logging/logd/
DTrustyLog.cpp27 static const char trustyprefix[] = "trusty"; variable
50 char linebuffer[TRUSTY_LINE_BUFFER_SIZE + sizeof(trustyprefix) + 1]; in LogMsg()
59 strcpy(linebuffer + 1, trustyprefix); in LogMsg()
60 strncpy(linebuffer + 1 + sizeof(trustyprefix), msg, sublen); in LogMsg()
67 sizeof(trustyprefix) + sublen + 2); in LogMsg()