Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp828 size_t oldLength; in Format() local
833 oldLength = output.length(); in Format()
837 spaces += spaces_total + oldLength - output.length(); in Format()
850 oldLength = output.length(); in Format()
858 spaces += spaces_total + oldLength - output.length(); in Format()
875 oldLength = output.length(); in Format()
882 spaces -= output.length() - oldLength; in Format()
928 oldLength = output.length(); in Format()
940 spaces -= output.length() - oldLength; in Format()
961 oldLength = output.length(); in Format()
[all …]
/system/core/libutils/
DString8.cpp313 size_t oldLength = length(); in appendFormatV() local
314 char* buf = lockBuffer(oldLength + n); in appendFormatV()
316 vsnprintf(buf + oldLength, n + 1, fmt, args); in appendFormatV()