Searched refs:listVolumes (Results 1 - 5 of 5) sorted by relevance

/system/vold/model/
H A DDisk.h68 void listVolumes(VolumeBase::Type type, std::list<std::string>& list);
H A DDisk.cpp146 void Disk::listVolumes(VolumeBase::Type type, std::list<std::string>& list) { function in class:android::vold::Disk
/system/vold/
H A DVolumeManager.h88 void listVolumes(android::vold::VolumeBase::Type type, std::list<std::string>& list);
H A DIdleMaint.cpp79 vm->listVolumes(VolumeBase::Type::kPrivate, privateIds);
H A DVolumeManager.cpp315 void VolumeManager::listVolumes(android::vold::VolumeBase::Type type, function in class:VolumeManager
319 disk->listVolumes(type, list);

Completed in 96 milliseconds