Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_blob_if.c177 uint32_t blobLength; in CheckHcsBlobLength() local
179 blobLength = (uint32_t)(HBC_HEADER_LENGTH + header->totalSize); in CheckHcsBlobLength()
181 …%{public}s: the blobLength: %{public}u, byteAlign: %{public}d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength()
183 blobLength = (uint32_t)(HBC_HEADER_LENGTH - header->totalSize); in CheckHcsBlobLength()
185 …%{public}s: the blobLength: %{public}u, byteAlign: %{public}d", __func__, blobLength, g_byteAlign); in CheckHcsBlobLength()
187 if ((length != blobLength) || (blobLength < minLength)) { in CheckHcsBlobLength()
189 __func__, length, blobLength); in CheckHcsBlobLength()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp199 uint32_t blobLength = 0; in DeSerializeBlobByType() local
200 (void)parcel.ReadUInt32(blobLength); in DeSerializeBlobByType()
201 …if (blobLength >= DBConstant::MAX_VALUE_SIZE || parcel.IsError()) { // One blob cannot be over one… in DeSerializeBlobByType()
205 if (blobLength != 0u) { in DeSerializeBlobByType()
206 array = new (std::nothrow) char[blobLength](); in DeSerializeBlobByType()
210 (void)parcel.ReadBlob(array, blobLength); in DeSerializeBlobByType()
219 errCode = dataValue.SetText(reinterpret_cast<const uint8_t *>(array), blobLength); in DeSerializeBlobByType()
222 errCode = val.WriteBlob(reinterpret_cast<const uint8_t *>(array), blobLength); in DeSerializeBlobByType()
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/
H A DTestGZipModeImagePatch.old.gz1console:/ # init: Service 'adbd' (pid 112) exited with status 1 2init ...