Home
last modified time | relevance | path

Searched defs:imgLen (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/sys_installer_lite/frameworks/source/verify/
H A Dhota_verify.c132 int32 HotaSignVerify(uint8 *image, uint32 imgLen, uint8 *imageSign, uint32 signLen) in HotaSignVerify()
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_app_load.c137 static int32_t TEEC_GetImageLenth(FILE *fp, uint32_t *imgLen) in TEEC_GetImageLenth()
/ohos5.0/base/update/updater/services/ptable_parse/
H A Demmc_ptable.cpp228 int32_t imgLen = GPT_PARTITION_SIZE; in ReadEmmcGptImageToRam() local
H A Dufs_ptable.cpp336 bool UfsPtable::LoadPartitionInfoFromLun(const uint32_t lunIndex, const uint32_t imgLen) in LoadPartitionInfoFromLun()
H A Dptable.cpp240 bool Ptable::CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen) in CheckProtectiveMbr()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_manager_napi.cpp1182 ssize_t imgLen = lseek(imageFd, 0, SEEK_END); in GetByteArrayNapiObject() local