Home
last modified time | relevance | path

Searched refs:zipFilePath (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/include/
H A Dsys_event_database.h42 bool Backup(const std::string& zipFilePath);
43 bool Restore(const std::string& zipFilePath, const std::string& restoreDir);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp134 FilePath zipFilePath = zip_file_path; in InitZipFileWithFile() local
135 if (zipFilePath.Value().empty()) { in InitZipFileWithFile()
140 zipFile zip_file = OpenForZipping(zipFilePath.Value(), APPEND_STATUS_CREATE); in InitZipFileWithFile()
H A Dzip_reader.cpp76 bool ZipReader::Open(FilePath &zipFilePath) in Open() argument
84 std::string zipfile = zipFilePath.Value(); in Open()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_database.cpp135 bool SysEventDatabase::Backup(const std::string& zipFilePath) in Backup() argument
152 HiviewZipUnit zipUnit(zipFilePath); in Backup()
177 bool SysEventDatabase::Restore(const std::string& zipFilePath, const std::string& restoreDir) in Restore() argument
181 HiviewUnzipUnit unzipUnit(zipFilePath, 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() argument
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H A Dzip_writer.h28 ZipWriter(const std::string &zipFilePath);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h133 bool Open(FilePath &zipFilePath);