Home
last modified time | relevance | path

Searched defs:nameSize (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_block.c20 size_t nameSize; in MmcBlockInit() local
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_zip_helper.cpp39 uint16_t nameSize = 0; member
54 uint16_t nameSize = 0; member
186 uint16_t nameSize = ReadLE16(localHeaderBuf + offsetof(LocalFileHeader, nameSize)); in GetFileEntryOffset() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h55 uint16_t nameSize = 0; member
89 uint16_t nameSize = 0; member
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h58 uint16_t nameSize = 0; member
92 uint16_t nameSize = 0; member
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h60 uint16_t nameSize = 0; member
94 uint16_t nameSize = 0; member
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.h46 uint16_t nameSize = 0; member
80 uint16_t nameSize = 0; member
H A Dpkg_zipfile.cpp463 size_t currLen, uint16_t nameSize, uint16_t extraSize) in DoDecodeCentralDirEntry()
525 uint16_t nameSize = ReadLE16(buffer.buffer + offsetof(CentralDirEntry, nameSize)); in DecodeCentralDirEntry() local
603 uint16_t nameSize = ReadLE16(data.buffer + offsetof(LocalFileHeader, nameSize)); in DecodeLocalFileHeader() local
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_file.c128 uint32_t nameSize = strlen(dire.fileName) + 1; /* include '\0' at end */ in GetFileNames() local
H A Dcert_manager_query.c216 uint32_t nameSize = strlen(fName) + 1; in MallocCertNameAndPath() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
H A Dsym_key_openssl.c217 int32_t nameSize = strlen(nameType); in GetAlgoName() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/
H A Dsub_container.cpp403 auto nameSize = picNameArray.size(); in GetNamesOfSharedImage() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp258 size_t ZipFile::GetLocalHeaderSize(const uint16_t nameSize, const uint16_t extraSize) const in GetLocalHeaderSize() argument
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_uvc.cpp99 constexpr uint32_t nameSize = 16; in V4L2UvcMatchDev() local
/ohos5.0/drivers/peripheral/camera/vdi_base/usb_camera/adapter/platform/v4l2/src/driver_adapter/src/
H A Dv4l2_uvc.cpp99 constexpr uint32_t nameSize = 16; in V4L2UvcMatchDev() local
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp615 size_t ZipFile::GetLocalHeaderSize(const uint16_t nameSize, const uint16_t extraSize) const in GetLocalHeaderSize() argument
667 auto nameSize = zipEntry.fileName.length(); in CheckCoherencyLocalHeader() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp287 size_t ZipFile::GetLocalHeaderSize(const uint16_t nameSize, const uint16_t extraSize) const in GetLocalHeaderSize() argument
/ohos5.0/commonlibrary/ets_utils/js_api_module/url/
H A Djs_url.cpp1762 size_t nameSize = 0; in Get() local
1793 size_t nameSize = 0; in GetAll() local
1828 size_t nameSize = 0; in Append() local
1859 size_t nameSize = 0; in Delete() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp1075 size_t nameSize = taskNameSet_.size(); in RemoveInnerTask() local
/ohos5.0/base/account/os_account/interfaces/kits/napi/osaccount/src/
H A Dnapi_os_account_common.cpp1803 size_t nameSize = asyncContext->name.size(); in ParseParamForActiveSubscriber() local
1904 size_t nameSize = asyncContext->name.size(); in ParseParamForActiveUnsubscriber() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp2883 auto nameSize = picNameArray.size(); in GetNamesOfSharedImage() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2827 uint16_t nameSize = 100; variable