Home
last modified time | relevance | path

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

/system/tools/hidl/test/host_test/
Dmain.cpp133 EXPECT_EQ("~/", coordinator.getRootPath()); in TEST_F()
/system/tools/hidl/
DCoordinator.h38 const std::string& getRootPath() const;
DCoordinator.cpp46 const std::string &Coordinator::getRootPath() const { in getRootPath() function in android::Coordinator
1007 if (!getRootPath().empty()) { in parseOptions()
1047 if (getRootPath().empty()) { in parseOptions()
Dmain.cpp1482 outputPath = coordinator.getRootPath(); in main()