Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ptable_parse/
H A Dcomposite_ptable.cpp22 if (!CheckBuff(ptbImgBuffer, static_cast<const uint64_t>(imgBufSize))) { in ParsePartitionFromBuffer()
75 if (!CheckBuff(imageBuf, static_cast<const uint64_t>(imgBufSize))) { in GetPtableImageBuffer()
94 if (!CheckBuff(imageBuf, imgBufSize)) { in EditPartitionBuf()
H A Dcomposite_ptable.h36 bool CheckBuff(const uint8_t *buf, const uint64_t size) in CheckBuff() function