Searched refs:getRootPath (Results 1 – 4 of 4) sorted by relevance
133 EXPECT_EQ("~/", coordinator.getRootPath()); in TEST_F()
38 const std::string& getRootPath() const;
46 const std::string &Coordinator::getRootPath() const { in getRootPath() function in android::Coordinator1007 if (!getRootPath().empty()) { in parseOptions()1047 if (getRootPath().empty()) { in parseOptions()
1482 outputPath = coordinator.getRootPath(); in main()