Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp216 size_t oldLength; in format() local
223 oldLength = output.length(); in format()
228 spaces += spaces_total + oldLength - output.length(); in format()
238 oldLength = output.length(); in format()
244 spaces += spaces_total + oldLength - output.length(); in format()
257 oldLength = output.length(); in format()
262 spaces -= output.length() - oldLength; in format()
/system/core/libutils/
DString8.cpp345 size_t oldLength = length(); in appendFormatV() local
346 char* buf = lockBuffer(oldLength + n); in appendFormatV()
348 vsnprintf(buf + oldLength, n + 1, fmt, args); in appendFormatV()