Home
last modified time | relevance | path

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

/system/tools/hidl/
DCoordinator.cpp46 return mRootPath; in getRootPath()
50 mRootPath = rootPath; in setRootPath()
52 if (!mRootPath.empty() && !StringHelper::EndsWith(mRootPath, "/")) { in setRootPath()
53 mRootPath += "/"; in setRootPath()
176 mReadFiles.insert(StringHelper::LTrim(path, mRootPath)); in onFileAccess()
203 out << StringHelper::LTrim(file, mRootPath) << " \\\n"; in writeDepFile()
393 if (StringHelper::StartsWith(path, "/") || mRootPath.empty()) { in makeAbsolute()
397 return mRootPath + path; in makeAbsolute()
DCoordinator.h168 std::string mRootPath; // root of android source tree (to locate package roots) member