Searched refs:maxValueLength (Results 1 – 1 of 1) sorted by relevance
477 const ssize_t maxValueLength = fileLength - offsetof(blobv3, value) - rawBlob->info; in readBlob() local479 if (rawBlob->length < 0 || rawBlob->length > maxValueLength || in readBlob()488 memmove(rawBlob->value + rawBlob->length, rawBlob->value + maxValueLength, rawBlob->info); in readBlob()