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

/system/core/logd/
H A DLogStatistics.cpp621 size_t oldLength; local
626 oldLength = output.length();
630 spaces += spaces_total + oldLength - output.length();
643 oldLength = output.length();
651 spaces += spaces_total + oldLength - output.length();
668 oldLength = output.length();
675 spaces -= output.length() - oldLength;
721 oldLength = output.length();
733 spaces -= output.length() - oldLength;
754 oldLength
[all...]
/system/core/libutils/
H A DString8.cpp350 size_t oldLength = length(); local
351 char* buf = lockBuffer(oldLength + n);
353 vsnprintf(buf + oldLength, n + 1, fmt, args);

Completed in 224 milliseconds