Searched refs:imgBufSize (Results 1 – 5 of 5) sorted by relevance
239 uint32_t imgBufSize = pPtable_->GetDefaultImageSize(); in LoadPartitionInfo() local240 if (imgBufSize <= 0) { in LoadPartitionInfo()244 uint8_t *imageBuf = new(std::nothrow) uint8_t[imgBufSize](); in LoadPartitionInfo()250 if (!GetPtableBufferFromPkg(pkgManager, imageBuf, imgBufSize)) { in LoadPartitionInfo()256 if (!pPtable_->ParsePartitionFromBuffer(imageBuf, imgBufSize)) { in LoadPartitionInfo()
29 bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) override;
179 bool UfsPtable::ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) in ParsePartitionFromBuffer() argument188 if (imgBufSize < ptableData_.emmcGptDataLen + ptableData_.imgLuSize) { in ParsePartitionFromBuffer()
50 virtual bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) = 0;
31 bool ParsePartitionFromBuffer(uint8_t *ptbImgBuffer, const uint32_t imgBufSize) override in ParsePartitionFromBuffer() argument