Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp132 std::string dbusDumpPath = "/xyz/openbmc_project/dump/"; in getDumpPath() local
133 std::ranges::transform(dumpType, std::back_inserter(dbusDumpPath), in getDumpPath()
136 return dbusDumpPath; in getDumpPath()
2115 std::string dbusDumpPath = getDumpPath(dumpType); in getDumpServiceInfo() local
2118 if (path == dbusDumpPath) in getDumpServiceInfo()