Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h64 class EntryInfo {
66 EntryInfo(const std::string &fileNameInZip, const unz_file_info &rawFileInfo);
67 virtual ~EntryInfo() in ~EntryInfo()
125 DISALLOW_COPY_AND_ASSIGN(EntryInfo);
170 EntryInfo *CurrentEntryInfo() const in CurrentEntryInfo()
192 std::unique_ptr<EntryInfo> currentEntryInfo_;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp39 ZipReader::EntryInfo::EntryInfo(const std::string &fileNameInZip, const unz_file_info &rawFileInfo) in EntryInfo() function in OHOS::AppExecFwk::LIBZIP::ZipReader::EntryInfo
179EntryInfo *entryInfo = new (std::nothrow) EntryInfo(std::string(raw_file_name_in_zip), raw_file_in… in OpenCurrentEntryInZip()
/ohos5.0/base/security/code_signature/utils/include/
H A Dcode_sign_block.h93 } EntryInfo; typedef
99 EntryInfo info[0];