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.hpp87 std::string dbusDumpPath = "/xyz/openbmc_project/dump/"; in getDumpPath() local
88 std::ranges::transform(dumpType, std::back_inserter(dbusDumpPath), in getDumpPath()
91 return dbusDumpPath; in getDumpPath()
1225 std::string dbusDumpPath = getDumpPath(dumpType); in getDumpServiceInfo() local
1228 if (path == dbusDumpPath) in getDumpServiceInfo()