Home
last modified time | relevance | path

Searched defs:readLen (Results 1 - 25 of 45) sorted by relevance

12

/base/update/updater/services/script/script_interpreter/
H A Dscript_scanner.cpp24 size_t readLen = 0; in LexerInput() local
30 memcpy_s(reinterpret_cast<uint8_t*>(buf), maxSize, data.buffer, readLen); in LexerInput() local
/base/update/updater/services/diffpatch/bzip2/
H A Dbzip2_adapter.cpp231 size_t readLen = 0; in ReadData() local
/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/
H A Ddlp_permission_set_parser.cpp109 ssize_t readLen = 0; in ReadCfgFile() local
/base/security/access_token/frameworks/common/src/
H A Djson_parser.cpp105 ssize_t readLen = 0; in ReadCfgFile() local
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_centraldirectory.c177 int32_t readLen = read(file->fp, buffer->buffer, buffer->len); in ReadFileFullyFromOffset() local
H A Dapp_verify_hap.c54 int32_t readLen = (rawBufLen > HASH_BLOB_LEN) ? HASH_BLOB_LEN : rawBufLen; in ComputeBlockHash() local
133 int32_t readLen = chunkDigest->len; in ComputeDigestsWithOptionalBlock() local
159 HapUpdateDigistHead( int32_t digestAlgorithm, mbedtls_md_context_t *mdCtx, const mbedtls_md_info_t *mdInfo, int32_t readLen, size_t *hlen) HapUpdateDigistHead() argument
187 UpdateSmallBlock(int32_t readLen, const int32_t fp, mbedtls_md_context_t *mdCtx) UpdateSmallBlock() argument
218 int32_t readLen = (rawBufLen > HASH_BLOB_LEN) ? HASH_BLOB_LEN : rawBufLen; ComputerFileHash() local
[all...]
/base/startup/init/services/modules/reboot/
H A Dreboot_misc.c65 size_t readLen = fread(boot, 1, sizeof(struct RBMiscUpdateMessage), fp); in RBMiscReadUpdaterMessage() local
/base/startup/appspawn/service/hnp/base/
H A Dhnp_file.c87 size_t readLen = fread(streamTmp, sizeof(char), size, file); in ReadFileToStream() local
H A Dhnp_zip.c349 size_t readLen = fread(buff, sizeof(char), HNP_ELF_FILE_CHECK_HEAD_LEN, fp); in HnpELFFileCheck() local
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algorithm.cpp74 size_t readLen = 0; in Pack() local
120 size_t readLen = 0; in Unpack() local
167 size_t readLen = 0; UnpackWithVerify() local
[all...]
H A Dpkg_algo_deflate.cpp74 size_t readLen = 0; in PackCalculate() local
168 size_t readLen in UnpackCalculate() local
122 ReadUnpackData(const PkgStreamPtr inStream, PkgBuffer &inBuffer, z_stream &zstream, PkgAlgorithmContext &context, size_t &readLen) ReadUnpackData() argument
[all...]
/base/hiviewdfx/hiview_lite/
H A Dhiview_file.c175 int32 ReadFromFile(HiviewFile *fp, uint8 *data, uint32 readLen) in ReadFromFile() argument
/base/security/appverify/interfaces/innerkits/appverify/src/init/
H A Dhap_crl_manager.cpp126 long long readLen = crlRandomAccess.ReadFileFullyFromOffset(crlsBuffer, 0); in ReadCrls() local
/base/startup/init/services/loopevent/task/
H A Dle_streamtask.c59 int readLen = 0; in HandleRecvMsg_() local
/base/update/updater/services/package/pkg_package/
H A Dpkg_lz4file.cpp186 size_t readLen = 0; in LoadPackage() local
/base/update/updater/services/package/pkg_verify/
H A Dzip_pkg_parse.cpp103 size_t readLen = 0; in ParseZipPkg() local
51 DoParseZipPkg(PkgStreamPtr pkgStream, PkgSignComment &pkgSignComment, size_t &readLen, const uint16_t &signCommentAppendLen, uint16_t &signCommentTotalLen) const DoParseZipPkg() argument
H A Dpkg_verify_util.cpp70 size_t readLen = 0; in VerifyAccPackageSign() local
142 size_t readLen = 0; in GetSignature() local
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H A DUpdaterStartUpdaterProc_fuzzer.cpp82 size_t readLen = 0; in BuildFileDigest() local
/base/update/updater/services/diffpatch/patch/
H A Dblocks_patch.cpp257 size_t readLen = 0; in RestoreDiffData() local
/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp75 int32_t FileStream::Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) in Read() argument
209 int32_t MemoryMapStream::Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) in Read() argument
295 int32_t FlowDataStream::Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) in Read() argument
334 ReadFromRingBuf(uint8_t *&buff, const uint32_t needLen, uint32_t &readLen) ReadFromRingBuf() argument
[all...]
/base/update/updater/test/unittest/updater_binary/
H A Dupdater_binary_unittest.cpp103 size_t readLen = 0; in BuildFileDigest() local
/base/useriam/user_auth_framework/services/context/src/
H A Dcontext_pool_impl.cpp42 ssize_t readLen = read(fd, data, len); in GenerateRand() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_zip.cpp116 int32_t readLen; in AddFileContextToZip() local
/base/startup/init/services/modules/bootchart/
H A Dbootchart.c49 ssize_t readLen = 0; in ReadFileToBuffer() local
/base/update/updater/services/diffpatch/diff/
H A Dimage_diff.cpp188 size_t readLen = (bsPatchSize > IGMDIFF_LIMIT_UNIT) ? IGMDIFF_LIMIT_UNIT : bsPatchSize; in WritePatch() local

Completed in 12 milliseconds

12