Home
last modified time | relevance | path

Searched defs:findVolume (Results 1 – 3 of 3) sorted by relevance

/system/vold/model/
DVolumeBase.cpp162 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { in findVolume() function in android::vold::VolumeBase
DDisk.cpp113 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { in findVolume() function in android::vold::Disk
/system/vold/
DVolumeManager.cpp308 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { in findVolume() function in VolumeManager