Lines Matching refs:dirEntry
71 for (auto& dirEntry : fs::directory_iterator(_logPath)) in restore() local
75 if (!fs::is_regular_file(dirEntry.path())) in restore()
80 std::ifstream file{dirEntry.path()}; in restore()
95 write(pel, dirEntry.path()); in restore()
106 dirEntry.path(), in restore()
107 getFileDiskSize(dirEntry.path()), in restore()
132 "FILE", dirEntry.path()); in restore()
133 fs::remove(dirEntry.path()); in restore()
139 "FILE", dirEntry.path(), "ERROR", e); in restore()
144 for (auto& dirEntry : fs::directory_iterator(_archivePath)) in restore() local
146 _archiveSize += getFileDiskSize(dirEntry); in restore()
562 for (const auto& dirEntry : fs::directory_iterator(_archivePath)) in sizeWarning() local
564 fs::remove(dirEntry.path(), ec); in sizeWarning()
569 "FILE", dirEntry.path()); in sizeWarning()