Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
Dmain.cpp85 const std::string& rootPath = pair.second; in applyPackageRootPath() local
94 outputPath = rootPath; in applyPackageRootPath()
/system/vold/
DBenchmark.cpp89 static status_t benchmarkInternal(const std::string& rootPath, in benchmarkInternal() argument
94 auto path = rootPath; in benchmarkInternal()
/system/tools/hidl/
DCoordinator.cpp49 void Coordinator::setRootPath(const std::string &rootPath) { in setRootPath() argument
50 mRootPath = rootPath; in setRootPath()
805 std::string rootPath; in checkHash() local
806 status_t err = getPackageRootPath(fqName, &rootPath); in checkHash()
809 std::string hashPath = makeAbsolute(rootPath) + "/current.txt"; in checkHash()
DCoordinator.h39 void setRootPath(const std::string &rootPath);