Searched refs:fullAppPath (Results 1 – 1 of 1) sorted by relevance
28 std::string fullAppPath = {appname}; in SetUpTestCase() local29 std::size_t fileNameLoc = fullAppPath.find_last_of("/\\"); in SetUpTestCase()30 dbusName += fullAppPath.substr(fileNameLoc + 1); in SetUpTestCase()