Home
last modified time | relevance | path

Searched refs:ZipEntry (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.h32 struct ZipEntry;
34 using ZipEntryMap = std::unordered_map<std::string, ZipEntry>;
141 struct ZipEntry { struct
142 ZipEntry() = default;
143 explicit ZipEntry(const CentralDirEntry &centralEntry);
144 ~ZipEntry() = default; // for CodeDEX warning
191 * @return Returns true if the ZipEntry is successfully finded; returns false otherwise.
202 * @param resultEntry Indicates the obtained ZipEntry object.
203 * @return Returns true if the ZipEntry is successfully finded; returns false otherwise.
205 bool GetEntry(const std::string &entryName, ZipEntry
[all...]
H A Dzip_file.cpp38 ZipEntry::ZipEntry(const CentralDirEntry &centralEntry) in ZipEntry() function in panda::ecmascript::ZipEntry
123 ZipEntry currentEntry(directoryEntry); in ParseOneEntry()
339 bool ZipFile::GetEntry(const std::string &entryName, ZipEntry &resultEntry) const in GetEntry()
354 bool ZipFile::CheckDataDesc(const ZipEntry &zipEntry, const LocalHeader &localHeader) const in CheckDataDesc()
390 bool ZipFile::CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const in CheckCoherencyLocalHeader()
430 size_t ZipFile::GetEntryStart(const ZipEntry &zipEntry, const uint16_t extraSize) const in GetEntryStart()
440 bool ZipFile::UnzipWithStore(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &dest) const in UnzipWithStore()
501 bool ZipFile::UnzipWithInflated(const ZipEntry &zipEntry, const uint16_t extraSize, std::ostream &dest) const in UnzipWithInflated()
556 ZipPos ZipFile::GetEntryDataOffset(const ZipEntry
[all...]
H A Dextractor.cpp179 ZipEntry zipEntry; in GetFileInfo()
218 ZipEntry zipEntry; in IsHapCompress()
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/
H A Dzip_file_test.cpp94 bool GetEntry(const std::string &entryName, ZipEntry &resultEntry) const in GetEntry()
99 bool CheckCoherencyLocalHeader(const ZipEntry &zipEntry, uint16_t &extraSize) const in CheckCoherencyLocalHeader()
347 ZipEntry resultEntry; in HWTEST_F_L0()
356 ZipEntry zipEntry; in HWTEST_F_L0()

Completed in 6 milliseconds