Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp466 size_t oldLength; in format() local
471 oldLength = output.length(); in format()
475 spaces += spaces_total + oldLength - output.length(); in format()
488 oldLength = output.length(); in format()
496 spaces += spaces_total + oldLength - output.length(); in format()
513 oldLength = output.length(); in format()
520 spaces -= output.length() - oldLength; in format()
538 oldLength = output.length(); in format()
548 spaces -= output.length() - oldLength; in format()
/system/core/libutils/
DString8.cpp350 size_t oldLength = length(); in appendFormatV() local
351 char* buf = lockBuffer(oldLength + n); in appendFormatV()
353 vsnprintf(buf + oldLength, n + 1, fmt, args); in appendFormatV()