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.cpp739 static bool getSELLogFiles(std::vector<std::filesystem::path>& selLogFiles) in getSELLogFiles() argument
751 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() local
767 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() argument
799 for (const std::filesystem::path& file : selLogFiles) in findSELEntry()
821 const std::vector<std::filesystem::path>& selLogFiles) in getNextRecordID() argument
[all …]