Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp279 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryCollection() local
289 if (object.first.str.find(dumpEntryPath) == std::string::npos) in getDumpEntryCollection()
382 std::string dumpEntryPath = getDumpPath(dumpType) + "/entry/"; in getDumpEntryById() local
386 if (objectPath.first.str != dumpEntryPath + entryID) in getDumpEntryById()
498 std::string dumpEntryPath = in downloadDumpEntry() local
511 "xyz.openbmc_project.Dump.Manager", dumpEntryPath, in downloadDumpEntry()