Home
last modified time | relevance | path

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

/system/tools/hidl/
DCoordinator.cpp47 return mRootPath; in getRootPath()
51 mRootPath = rootPath; in setRootPath()
53 if (!mRootPath.empty() && !StringHelper::EndsWith(mRootPath, "/")) { in setRootPath()
54 mRootPath += "/"; in setRootPath()
386 if (StringHelper::StartsWith(path, "/") || mRootPath.empty()) { in makeAbsolute()
390 return mRootPath + path; in makeAbsolute()
394 return StringHelper::LTrim(filename, mRootPath); in makeRelative()
DCoordinator.h188 std::string mRootPath; // root of android source tree (to locate package roots) member