Home
last modified time | relevance | path

Searched refs:getVolumes (Results 1 – 5 of 5) sorted by relevance

/system/vold/model/
DDisk.h74 std::vector<std::shared_ptr<VolumeBase>> getVolumes() const;
DVolumeBase.h91 const std::list<std::shared_ptr<VolumeBase>>& getVolumes() const { return mVolumes; } in getVolumes() function
DDisk.cpp135 std::vector<std::shared_ptr<VolumeBase>> Disk::getVolumes() const { in getVolumes() function in android::vold::Disk
139 auto stackedVolumes = vol->getVolumes(); in getVolumes()
/system/vold/
DVolumeManager.h94 for (const auto& vol : disk->getVolumes()) { in findVolumeWithFilter()
DVolumeManager.cpp417 for (const auto& vol : pvol->getVolumes()) { in destroyEmulatedVolumesForUser()