Searched refs:getRootPath (Results 1 – 9 of 9) sorted by relevance
43 std::string getRootPath() const override;
113 virtual std::string getRootPath() const;
327 auto volumeRoot = getRootPath(); in doMount()434 std::string EmulatedVolume::getRootPath() const { in getRootPath() function in android::vold::EmulatedVolume
282 std::string VolumeBase::getRootPath() const { in getRootPath() function in android::vold::VolumeBase
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()
1548 outputPath = coordinator.getRootPath(); in main()
133 EXPECT_EQ("~/", coordinator.getRootPath()); in TEST_F()
1035 const std::string volumeRoot = volume->getRootPath(); // eg /data/media/0 in setupAppDir()