Home | History | Annotate | Download | only in vold

Lines Matching refs:vol

370         auto vol = disk->findVolume(id);
371 if (vol != nullptr) {
372 return vol;
391 auto vol = findVolume(id);
392 if (vol != nullptr && vol->getState() == android::vold::VolumeBase::State::kMounted) {
393 path = vol->getPath();
472 int VolumeManager::setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol) {
473 mPrimary = vol;