Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DString8.cpp325 size_t newLen; in real_append() local
326 if (__builtin_add_overflow(myLen, otherLen, &newLen) || in real_append()
327 __builtin_add_overflow(newLen, 1, &newLen) || in real_append()
328 (buf = SharedBuffer::bufferFromData(mString)->editResize(newLen)) == nullptr) { in real_append()
/system/security/identity/util/src/java/com/android/security/identity/internal/
DUtil.java1101 int newLen = value.length - n; in stripLeadingZeroes() local
1102 byte[] ret = new byte[newLen]; in stripLeadingZeroes()