Home
last modified time | relevance | path

Searched defs:zipFilePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_reader.cpp76 bool ZipReader::Open(FilePath &zipFilePath) in Open()
H A Dzip_writer.cpp134 FilePath zipFilePath = zip_file_path; in InitZipFileWithFile() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp135 bool SysEventDatabase::Backup(const std::string& zipFilePath) in Backup()
177 bool SysEventDatabase::Restore(const std::string& zipFilePath, const std::string& restoreDir) in Restore()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H A Dzip_writer.cpp29 ZipWriter::ZipWriter(const std::string &zipFilePath) : zipFilePath_(zipFilePath), zipFile_(nullptr) in ZipWriter()