Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 7 of 7) sorted by relevance

/system/vold/
DDisk.cpp96 for (auto vol : mVolumes) { in findVolume() local
109 for (auto vol : mVolumes) { in listVolumes() local
135 auto vol = std::shared_ptr<VolumeBase>(new PublicVolume(device)); in createPublicVolume() local
165 auto vol = std::shared_ptr<VolumeBase>(new PrivateVolume(device, keyRaw)); in createPrivateVolume() local
182 for (auto vol : mVolumes) { in destroyAllVolumes() local
336 for (auto vol : mVolumes) { in unmountAll() local
DVolumeBase.cpp155 for (auto vol : mVolumes) { in findVolume() local
222 for (auto vol : mVolumes) { in unmount() local
DMoveTask.cpp159 static void bringOffline(const std::shared_ptr<VolumeBase>& vol) { in bringOffline()
167 static void bringOnline(const std::shared_ptr<VolumeBase>& vol) { in bringOnline()
DCommandListener.cpp206 auto vol = vm->findVolume(id); in runCommand() local
226 auto vol = vm->findVolume(id); in runCommand() local
237 auto vol = vm->findVolume(id); in runCommand() local
DPrivateVolume.cpp172 auto vol = std::shared_ptr<VolumeBase>( in doMount() local
DTrimTask.cpp57 auto vol = vm->findVolume(id); in TrimTask() local
DVolumeManager.cpp364 auto vol = disk->findVolume(id); in findVolume() local
385 auto vol = findVolume(id); in benchmarkPrivate() local
466 int VolumeManager::setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol) { in setPrimary()