Home
last modified time | relevance | path

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

/trusty/user/base/lib/apploader_package/include/apploader/
Dcbor.h657 size_t destsz; in copyBytes() local
658 if (__builtin_sub_overflow(mBuffer.size(), mOut.cursor, &destsz)) { in copyBytes()
662 if (destsz < srcsz) { in copyBytes()