Searched refs:redfishLogFiles (Results 1 – 1 of 1) sorted by relevance
167 std::vector<std::filesystem::path>& redfishLogFiles) in getRedfishLogFiles() argument180 redfishLogFiles.emplace_back(redfishLogDir / filename); in getRedfishLogFiles()186 std::ranges::sort(redfishLogFiles); in getRedfishLogFiles()188 return !redfishLogFiles.empty(); in getRedfishLogFiles()373 std::vector<std::filesystem::path> redfishLogFiles; in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() local374 getRedfishLogFiles(redfishLogFiles); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()380 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()455 std::vector<std::filesystem::path> redfishLogFiles; in handleSystemsAndManagersLogServiceEventLogEntriesGet() local456 getRedfishLogFiles(redfishLogFiles); in handleSystemsAndManagersLogServiceEventLogEntriesGet()461 for (auto it = redfishLogFiles.rbegin(); it < redfishLogFiles.rend(); it++) in handleSystemsAndManagersLogServiceEventLogEntriesGet()[all …]