Home
last modified time | relevance | path

Searched refs:CurrentEntryInfo (Results 1 - 3 of 3) sorted by relevance

/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()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp233 const FilePath &constEntryPath = reader.CurrentEntryInfo()->GetFilePath(); in UnzipWithFilterAndWriters()
235 if (reader.CurrentEntryInfo()->IsUnsafe()) { in UnzipWithFilterAndWriters()
240 if (reader.CurrentEntryInfo()->IsDirectory()) { in UnzipWithFilterAndWriters()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h156 // updates the the current entry state (i.e. CurrentEntryInfo() is
170 EntryInfo *CurrentEntryInfo() const in CurrentEntryInfo() function in OHOS::AppExecFwk::LIBZIP::ZipReader::EntryInfo

Completed in 3 milliseconds