Home
last modified time | relevance | path

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

/openbmc/telemetry/src/utils/
H A Ddbus_path_utils.hpp18 constexpr std::string_view reportDirStr = variable
31 reportDirStr.length()};
43 sdbusplus::message::object_path(std::string(reportDirStr));
H A Ddbus_path_utils.cpp35 if (path.str.starts_with(constants::reportDirStr)) in reportPathToId()
37 auto id = path.str.substr(constants::reportDirStr.length()); in reportPathToId()