Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/
H A DCoordinator.h39 void setRootPath(const std::string &rootPath);
H A 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()
/aosp12/system/tools/hidl/test/host_test/
H A Dmain.cpp78 coordinator.setRootPath("bar/"); in TEST_F()