Home
last modified time | relevance | path

Searched refs:findVolume (Results 1 – 8 of 8) sorted by relevance

/system/vold/
DCommandListener.cpp206 auto vol = vm->findVolume(id); in runCommand()
226 auto vol = vm->findVolume(id); in runCommand()
237 auto vol = vm->findVolume(id); in runCommand()
246 auto fromVol = vm->findVolume(std::string(argv[2])); in runCommand()
247 auto toVol = vm->findVolume(std::string(argv[3])); in runCommand()
DDisk.h66 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
DVolumeBase.h96 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
DTrimTask.cpp57 auto vol = vm->findVolume(id); in TrimTask()
DDisk.cpp95 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { in findVolume() function in android::vold::Disk
100 auto stackedVol = vol->findVolume(id); in findVolume()
DVolumeManager.h119 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
DVolumeBase.cpp154 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { in findVolume() function in android::vold::VolumeBase
DVolumeManager.cpp359 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { in findVolume() function in VolumeManager
364 auto vol = disk->findVolume(id); in findVolume()
385 auto vol = findVolume(id); in benchmarkPrivate()