Searched refs:mRootPath (Results 1 - 2 of 2) sorted by relevance

/system/tools/hidl/
H A DCoordinator.h118 std::string mRootPath; member in struct:android::Coordinator
H A DCoordinator.cpp51 mRootPath(rootPath) {
220 if (StringHelper::StartsWith(packagePath, "/") || mRootPath.empty()) {
224 return StringHelper::RTrim(mRootPath, "/") + "/" + packagePath;

Completed in 53 milliseconds