Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/
H A Dhandler.cpp348 std::string localObjectPath = objectPath; in getSubTreePathsById() local
350 if (!localObjectPath.ends_with("/")) in getSubTreePathsById()
352 localObjectPath += "/"; in getSubTreePathsById()
355 std::string_view(localObjectPath).substr(0, localObjectPath.size() - 1); in getSubTreePathsById()