Home
last modified time | relevance | path

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

/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()
66 ZipReader::ZipReader() in ZipReader() function in OHOS::AppExecFwk::LIBZIP::ZipReader
71 ZipReader::~ZipReader() in ~ZipReader()
76 bool ZipReader::Open(FilePath &zipFilePath) in Open()
93 bool ZipReader::OpenFromPlatformFile(PlatformFile zipFd) in OpenFromPlatformFile()
106 bool ZipReader::OpenFromString(const std::string &data) in OpenFromString()
116 void ZipReader::Close() in Close()
124 bool ZipReader
[all...]
H A Dzip.cpp246 ZipReader reader; in UnzipWithFilterAndWriters()
498 ZipReader reader; in GetOriginalSize()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h34 // ZipReader::ExtractCurrentEntry.
53 class ZipReader { class
128 ZipReader();
129 ~ZipReader();
194 DISALLOW_COPY_AND_ASSIGN(ZipReader);
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H A Dcj_zip.cpp223 ZipReader reader; in UnzipWithFilterAndWriters()

Completed in 4 milliseconds