HomeSort by relevance Sort by last modified time
    Searched full:convertprintable (Results 1 - 1 of 1) sorted by null

  /system/core/liblog/
logprint.c 815 static size_t convertPrintable(char *p, const char *message, size_t messageLen)
1033 bufferSize += convertPrintable(NULL, entry->message, entry->messageLen);
1057 p += convertPrintable(p, entry->message, entry->messageLen);
1078 p += convertPrintable(p, lineStart, lineLen);

Completed in 56 milliseconds