Searched refs:findVolume (Results 1 – 8 of 8) sorted by relevance
206 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()
66 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
96 std::shared_ptr<VolumeBase> findVolume(const std::string& id);
57 auto vol = vm->findVolume(id); in TrimTask()
95 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { in findVolume() function in android::vold::Disk100 auto stackedVol = vol->findVolume(id); in findVolume()
119 std::shared_ptr<android::vold::VolumeBase> findVolume(const std::string& id);
154 std::shared_ptr<VolumeBase> VolumeBase::findVolume(const std::string& id) { in findVolume() function in android::vold::VolumeBase
359 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { in findVolume() function in VolumeManager364 auto vol = disk->findVolume(id); in findVolume()385 auto vol = findVolume(id); in benchmarkPrivate()