Searched refs:eventFile (Results 1 – 2 of 2) sorted by relevance
95 for (auto& eventFile : in restore() local98 if (!fs::is_regular_file(eventFile)) in restore()105 auto eventPath = eventFile.path().string(); in restore()110 auto timestamp = eventFile.path().filename().string(); in restore()116 if (deserialize(eventFile.path(), *event)) in restore()
187 std::ifstream eventFile(eventPath); in checkEvent() local188 if (!eventFile.good()) in checkEvent()248 std::ifstream eventFile(limitEventPath); in checkEventLimits() local249 if (!eventFile.good()) in checkEventLimits()