Home
last modified time | relevance | path

Searched refs:selLogFiles (Results 1 – 2 of 2) sorted by relevance

/openbmc/intel-ipmi-oem/src/
H A Dstoragecommands.cpp693 static bool getSELLogFiles(std::vector<std::filesystem::path>& selLogFiles) in getSELLogFiles() argument
703 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() local
719 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() argument
751 for (const std::filesystem::path& file : selLogFiles) in findSELEntry()
773 const std::vector<std::filesystem::path>& selLogFiles) in getNextRecordID() argument
[all …]
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dstoragecommands.cpp736 static bool getSELLogFiles(std::vector<std::filesystem::path>& selLogFiles) in getSELLogFiles() argument
747 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() local
763 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() argument
795 for (const std::filesystem::path& file : selLogFiles) in findSELEntry()
817 const std::vector<std::filesystem::path>& selLogFiles) in getNextRecordID() argument
[all …]