Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp443 size_t oldLength; in format() local
450 oldLength = output.length(); in format()
456 spaces += spaces_total + oldLength - output.length(); in format()
466 oldLength = output.length(); in format()
473 spaces += spaces_total + oldLength - output.length(); in format()
486 oldLength = output.length(); in format()
492 spaces -= output.length() - oldLength; in format()
/system/core/libutils/
DString8.cpp351 size_t oldLength = length(); in appendFormatV() local
352 char* buf = lockBuffer(oldLength + n); in appendFormatV()
354 vsnprintf(buf + oldLength, n + 1, fmt, args); in appendFormatV()