Searched refs:zippedExportFileMap_ (Results 1 – 2 of 2) sorted by relevance
75 zippedExportFileMap_[srcPath] = destPath; in GetEventWriter()86 std::for_each(zippedExportFileMap_.begin(), zippedExportFileMap_.end(), [] (const auto& item) { in CopyTmpZipFilesToDest()93 zippedExportFileMap_.clear(); in CopyTmpZipFilesToDest()105 std::for_each(zippedExportFileMap_.begin(), zippedExportFileMap_.end(), [] (const auto& item) { in Rollback()110 zippedExportFileMap_.clear(); in Rollback()
83 std::unordered_map<std::string, std::string> zippedExportFileMap_; variable