Home
last modified time | relevance | path

Searched refs:EntryInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h64 class EntryInfo { class in OHOS::AppExecFwk::LIBZIP::ZipReader
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_;
/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
179 EntryInfo *entryInfo = new (std::nothrow) EntryInfo(std::string(raw_file_name_in_zip), raw_file_info); in OpenCurrentEntryInZip()

Completed in 2 milliseconds