Searched refs:zipMode (Results 1 – 6 of 6) sorted by relevance
32 zipFile BackupZipUtil::CreateZipFile(const std::string& zipPath, int32_t zipMode) in CreateZipFile() argument34 return zipOpen(zipPath.c_str(), zipMode); in CreateZipFile()
32 zipFile ZipUtil::CreateZipFile(const std::string& zipPath, int32_t zipMode) in CreateZipFile() argument34 return zipOpen(zipPath.c_str(), zipMode); in CreateZipFile()
35 HiviewZipUnit::HiviewZipUnit(const std::string& zipPath, int32_t zipMode) in HiviewZipUnit() argument37 zipFile_ = zipOpen(zipPath.c_str(), zipMode); in HiviewZipUnit()
30 … static zipFile CreateZipFile(const std::string& zipPath, int32_t zipMode = APPEND_STATUS_CREATE);
31 …EXPORT static zipFile CreateZipFile(const std::string& zipPath, int32_t zipMode = APPEND_STATUS_CR…
32 HiviewZipUnit(const std::string& zipPath, int32_t zipMode = APPEND_STATUS_CREATE);