Home
last modified time | relevance | path

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

/system/vold/
DDisk.cpp125 for (auto vol : mVolumes) { in findVolume() local
138 for (auto vol : mVolumes) { in listVolumes() local
164 auto vol = std::shared_ptr<VolumeBase>(new PublicVolume(device)); in createPublicVolume() local
194 auto vol = std::shared_ptr<VolumeBase>(new PrivateVolume(device, keyRaw)); in createPrivateVolume() local
211 for (auto vol : mVolumes) { in destroyAllVolumes() local
372 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()
DPrivateVolume.cpp173 auto vol = std::shared_ptr<VolumeBase>( in doMount() local
DTrimTask.cpp57 auto vol = vm->findVolume(id); in TrimTask() local
DCommandListener.cpp211 auto vol = vm->findVolume(id); in runCommand() local
231 auto vol = vm->findVolume(id); in runCommand() local
242 auto vol = vm->findVolume(id); in runCommand() local
DVolumeManager.cpp370 auto vol = disk->findVolume(id); in findVolume() local
391 auto vol = findVolume(id); in benchmarkPrivate() local
472 int VolumeManager::setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol) { in setPrimary()