Searched refs:taglen (Results 1 - 2 of 2) sorted by relevance

/system/core/logd/
H A DLogKlog.cpp600 ssize_t taglen = len - (p - buf); local
605 if ((taglen >= infoBraceLen) &&
609 taglen -= infoBraceLen;
613 for (et = bt; (taglen > 0) && *et && (*et != ':') && !isspace(*et);
614 ++et, --taglen) {
617 while ((taglen > 0) && *et && *et != ']') {
619 --taglen;
621 if (taglen <= 0) {
627 for (cp = et; (taglen > 0) && isspace(*cp); ++cp, --taglen) {
[all...]
/system/core/liblog/
H A Dproperties.c96 const size_t taglen = tag ? len : 0; local
98 char key[sizeof(log_namespace) + taglen];
148 if (taglen) {

Completed in 254 milliseconds