Searched refs:selLogFiles (Results 1 – 2 of 2) sorted by relevance
693 static bool getSELLogFiles(std::vector<std::filesystem::path>& selLogFiles) in getSELLogFiles() argument703 selLogFiles.emplace_back( in getSELLogFiles()710 std::sort(selLogFiles.begin(), selLogFiles.end()); in getSELLogFiles()712 return !selLogFiles.empty(); in getSELLogFiles()718 std::vector<std::filesystem::path> selLogFiles; in countSELEntries() local719 if (!getSELLogFiles(selLogFiles)) in countSELEntries()725 for (const std::filesystem::path& file : selLogFiles) in countSELEntries()743 const std::vector<std::filesystem::path>& selLogFiles, in findSELEntry() argument751 for (const std::filesystem::path& file : selLogFiles) in findSELEntry()773 const std::vector<std::filesystem::path>& selLogFiles) in getNextRecordID() argument[all …]
736 static bool getSELLogFiles(std::vector<std::filesystem::path>& selLogFiles) in getSELLogFiles() argument747 selLogFiles.emplace_back( in getSELLogFiles()754 std::sort(selLogFiles.begin(), selLogFiles.end()); in getSELLogFiles()756 return !selLogFiles.empty(); in getSELLogFiles()762 std::vector<std::filesystem::path> selLogFiles; in countSELEntries() local763 if (!getSELLogFiles(selLogFiles)) in countSELEntries()769 for (const std::filesystem::path& file : selLogFiles) in countSELEntries()787 const std::vector<std::filesystem::path>& selLogFiles, in findSELEntry() argument795 for (const std::filesystem::path& file : selLogFiles) in findSELEntry()817 const std::vector<std::filesystem::path>& selLogFiles) in getNextRecordID() argument[all …]