Home
last modified time | relevance | path

Searched refs:CurrentEntryInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip.cpp256 const FilePath &constEntryPath = reader.CurrentEntryInfo()->GetFilePath(); in UnzipWithFilterAndWriters()
258 if (reader.CurrentEntryInfo()->IsUnsafe()) { in UnzipWithFilterAndWriters()
264 if (reader.CurrentEntryInfo()->IsDirectory()) { in UnzipWithFilterAndWriters()
509 const FilePath &constEntryPath = reader.CurrentEntryInfo()->GetFilePath(); in GetOriginalSize()
511 if (reader.CurrentEntryInfo()->IsUnsafe()) { in GetOriginalSize()
515 totalSize += reader.CurrentEntryInfo()->GetOriginalSize(); in GetOriginalSize()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h170 EntryInfo *CurrentEntryInfo() const in CurrentEntryInfo() function