Home
last modified time | relevance | path

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

/openbmc/phosphor-objmgr/src/test/util/
H A Dasio_server_class.hpp28 std::string fullAppPath = {appname}; in SetUpTestCase() local
29 std::size_t fileNameLoc = fullAppPath.find_last_of("/\\"); in SetUpTestCase()
30 dbusName += fullAppPath.substr(fileNameLoc + 1); in SetUpTestCase()