Home
last modified time | relevance | path

Searched refs:ZipFileReader (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file_reader.h26 class ZipFileReader {
28 static std::shared_ptr<ZipFileReader> CreateZipFileReader(const std::string &filePath);
31 ZipFileReader(const std::string &filePath) : filePath_(filePath) {} in ZipFileReader() function
32 ZipFileReader(ZipFileReader &) = delete;
33 void operator=(ZipFileReader &) = delete;
34 virtual ~ZipFileReader();
H A Dzip_file_reader_io.h25 class ZipFileReaderIo : public ZipFileReader {
27 ZipFileReaderIo(const std::string &filePath) : ZipFileReader(filePath) {} in ZipFileReaderIo()
H A Dzip_file_reader_mem.h25 class ZipFileReaderMem : public ZipFileReader {
27 ZipFileReaderMem(const std::string &filePath) : ZipFileReader(filePath) {} in ZipFileReaderMem()
H A Dfile_mapper.h24 class ZipFileReader; variable
40 bool CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fileName,
H A Dzip_file.h31 class ZipFileReader; variable
347 std::shared_ptr<ZipFileReader> zipFileReader_;
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file_reader.cpp31 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()
H A Dzip_file_reader_mem.cpp27 if (!ZipFileReader::init()) { in init()
H A Dfile_mapper.cpp85 bool FileMapper::CreateFileMapper(std::shared_ptr<ZipFileReader> fileReader, const std::string &fil… in CreateFileMapper()
H A Dzip_file.cpp275 zipFileReader_ = ZipFileReader::CreateZipFileReader(realPath); in Open()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp180 std::shared_ptr<OHOS::AbilityBase::ZipFileReader> fileReader =
181 OHOS::AbilityBase::ZipFileReader::CreateZipFileReader(hapPath);
/ohos5.0/docs/zh-cn/application-dev/dfx/
H A Dappfreeze-guidelines.md639 …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…
/ohos5.0/docs/en/application-dev/dfx/
H A Dappfreeze-guidelines.md639 …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…