Searched refs:ZipFileReader (Results 1 – 12 of 12) sorted by relevance
26 class ZipFileReader {28 static std::shared_ptr<ZipFileReader> CreateZipFileReader(const std::string &filePath);31 ZipFileReader(const std::string &filePath) : filePath_(filePath) {} in ZipFileReader() function32 ZipFileReader(ZipFileReader &) = delete;33 void operator=(ZipFileReader &) = delete;34 virtual ~ZipFileReader();
25 class ZipFileReaderIo : public ZipFileReader {27 ZipFileReaderIo(const std::string &filePath) : ZipFileReader(filePath) {} in ZipFileReaderIo()
25 class ZipFileReaderMem : public ZipFileReader {27 ZipFileReaderMem(const std::string &filePath) : ZipFileReader(filePath) {} in ZipFileReaderMem()
24 class ZipFileReader; variable40 bool CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fileName,
31 class ZipFileReader; variable347 std::shared_ptr<ZipFileReader> zipFileReader_;
31 std::shared_ptr<ZipFileReader> ZipFileReader::CreateZipFileReader(const std::string &filePath) in CreateZipFileReader()39 std::shared_ptr<ZipFileReader> result; in CreateZipFileReader()53 ZipFileReader::~ZipFileReader() in ~ZipFileReader()61 size_t ZipFileReader::GetFileLen(const std::string &filePath) in GetFileLen()76 bool ZipFileReader::init() in init()
27 if (!ZipFileReader::init()) { in init()
85 bool FileMapper::CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fil… in CreateFileMapper()
275 zipFileReader_ = ZipFileReader::CreateZipFileReader(realPath); in Open()
180 std::shared_ptr<OHOS::AbilityBase::ZipFileReader> fileReader =181 OHOS::AbilityBase::ZipFileReader::CreateZipFileReader(hapPath);
639 …system/lib64/chipset-pub-sdk/libextractortool.z.so(OHOS::AbilityBase::ZipFileReader::init()+600)(c…640 …system/lib64/chipset-pub-sdk/libextractortool.z.so(OHOS::AbilityBase::ZipFileReader::CreateZipFile…