Home
last modified time | relevance | path

Searched refs:setRootPath (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DCoordinator.h39 void setRootPath(const std::string &rootPath);
DCoordinator.cpp50 void Coordinator::setRootPath(const std::string &rootPath) { in setRootPath() function in android::Coordinator
1011 setRootPath(optarg); in parseOptions()
1050 setRootPath(ANDROID_BUILD_TOP); in parseOptions()
/system/tools/hidl/test/host_test/
Dmain.cpp78 coordinator.setRootPath("bar/"); in TEST_F()