Searched defs:rootPath (Results 1 - 3 of 3) sorted by relevance

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

Completed in 153 milliseconds