Searched refs:getVolumes (Results 1 – 5 of 5) sorted by relevance
74 std::vector<std::shared_ptr<VolumeBase>> getVolumes() const;
91 const std::list<std::shared_ptr<VolumeBase>>& getVolumes() const { return mVolumes; } in getVolumes() function
135 std::vector<std::shared_ptr<VolumeBase>> Disk::getVolumes() const { in getVolumes() function in android::vold::Disk139 auto stackedVolumes = vol->getVolumes(); in getVolumes()
94 for (const auto& vol : disk->getVolumes()) { in findVolumeWithFilter()
417 for (const auto& vol : pvol->getVolumes()) { in destroyEmulatedVolumesForUser()