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 …]
739 static bool getSELLogFiles(std::vector<std::filesystem::path>& selLogFiles) in getSELLogFiles() argument751 selLogFiles.emplace_back( in getSELLogFiles()758 std::sort(selLogFiles.begin(), selLogFiles.end()); in getSELLogFiles()760 return !selLogFiles.empty(); in getSELLogFiles()766 std::vector<std::filesystem::path> selLogFiles; in countSELEntries() local767 if (!getSELLogFiles(selLogFiles)) in countSELEntries()773 for (const std::filesystem::path& file : selLogFiles) in countSELEntries()791 const std::vector<std::filesystem::path>& selLogFiles, in findSELEntry() argument799 for (const std::filesystem::path& file : selLogFiles) in findSELEntry()821 const std::vector<std::filesystem::path>& selLogFiles) in getNextRecordID() argument[all …]