Home
last modified time | relevance | path

Searched refs:ZipFile (Results 1 - 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dzip_file.cpp50 ZipFile::ZipFile(const std::string &pathName) : pathName_(pathName) in ZipFile() function in OHOS::AppExecFwk::ZipFile
55 ZipFile::~ZipFile() in ~ZipFile()
60 void ZipFile::SetContentLocation(const ZipPos start, const size_t length) in SetContentLocation()
67 bool ZipFile::CheckEndDir(const EndDir &endDir) const in CheckEndDir()
81 bool ZipFile::ParseEndDirectory() in ParseEndDirectory()
108 bool ZipFile::ParseAllEntries() in ParseAllEntries()
160 bool ZipFile::Open() in Open()
221 void ZipFile
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dzip_file.cpp113 ZipFile::ZipFile(const std::string &pathName) : pathName_(pathName) {} in ZipFile() function in OHOS::AbilityBase::ZipFile
115 ZipFile::~ZipFile() in ~ZipFile()
120 bool ZipFile::CheckEndDir(const EndDir &endDir) const in CheckEndDir()
138 bool ZipFile::ParseEndDirectory() in ParseEndDirectory()
160 bool ZipFile::ParseOneEntry(uint8_t* &entryPtr) in ParseOneEntry()
193 std::shared_ptr<DirTreeNode> ZipFile::MakeDirTree() const in MakeDirTree()
204 std::shared_ptr<DirTreeNode> ZipFile::GetDirRoot() in GetDirRoot()
217 bool ZipFile
[all...]
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dzip_file.cpp60 ZipFile::ZipFile(const std::string &pathName) in ZipFile() function in OHOS::ZipFile
63 HILOG_INFO(HILOG_MODULE_APP, "create ZipFile instance"); in ZipFile()
66 ZipFile::~ZipFile() in ~ZipFile()
71 bool ZipFile::CheckEndDir(const EndDir &endDir) const in CheckEndDir()
88 bool ZipFile::ParseEndDirectory() in ParseEndDirectory()
110 bool ZipFile::ParseAllEntries() in ParseAllEntries()
168 const std::vector<std::string> &ZipFile::GetFileNames() const in GetFileNames()
173 bool ZipFile
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dzip_file.h152 class ZipFile { class
154 explicit ZipFile(const std::string &pathName);
155 ~ZipFile();
H A Dbase_extractor.h67 ZipFile zipFile_;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dzip_file.h141 class ZipFile { class
143 explicit ZipFile(const std::string &pathName);
144 ~ZipFile();
H A Dextractor_util.h35 ZipFile zipFile_;
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dzip_file.h170 class ZipFile { class
172 explicit ZipFile(const std::string &pathName);
173 ~ZipFile();
H A Dextractor.h102 ZipFile zipFile_;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp2657 * @tc.name: Test ZipFile
2658 * @tc.desc: 1.Test ParseEndDirectory of ZipFile
2662 ZipFile file("/test.zip"); in HWTEST_F()
2689 * @tc.name: Test ZipFile
2694 ZipFile file("/test.zip"); in HWTEST_F()
2710 * @tc.name: Test ZipFile
2715 ZipFile file("/test.zip"); in HWTEST_F()
2725 * @tc.name: Test ZipFile
2730 ZipFile file("/test.zip"); in HWTEST_F()
2740 * @tc.name: Test ZipFile
[all...]

Completed in 13 milliseconds