Searched refs:ZipEntry (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
H A D | zip_file.h | 32 struct ZipEntry; 34 using ZipEntryMap = std::unordered_map<std::string, ZipEntry>; 141 struct ZipEntry { struct 142 ZipEntry() = default; 143 explicit ZipEntry(const CentralDirEntry ¢ralEntry); 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 D | zip_file.cpp | 38 ZipEntry::ZipEntry(const CentralDirEntry ¢ralEntry) 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 D | extractor.cpp | 179 ZipEntry zipEntry; in GetFileInfo() 218 ZipEntry zipEntry; in IsHapCompress()
|
/arkcompiler/ets_runtime/ecmascript/extractortool/tests/ |
H A D | zip_file_test.cpp | 94 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