Lines Matching refs:Disk
79 Disk::Disk(const std::string& eventPath, dev_t device, in Disk() function in android::vold::Disk
90 Disk::~Disk() { in ~Disk()
95 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) { in findVolume()
108 void Disk::listVolumes(VolumeBase::Type type, std::list<std::string>& list) { in listVolumes()
117 status_t Disk::create() { in create()
126 status_t Disk::destroy() { in destroy()
134 void Disk::createPublicVolume(dev_t device) { in createPublicVolume()
150 void Disk::createPrivateVolume(dev_t device, const std::string& partGuid) { in createPrivateVolume()
181 void Disk::destroyAllVolumes() { in destroyAllVolumes()
188 status_t Disk::readMetadata() { in readMetadata()
245 status_t Disk::readPartitions() { in readPartitions()
335 status_t Disk::unmountAll() { in unmountAll()
342 status_t Disk::partitionPublic() { in partitionPublic()
384 status_t Disk::partitionPrivate() { in partitionPrivate()
388 status_t Disk::partitionMixed(int8_t ratio) { in partitionMixed()
467 void Disk::notifyEvent(int event) { in notifyEvent()
472 void Disk::notifyEvent(int event, const std::string& value) { in notifyEvent()
477 int Disk::getMaxMinors() { in getMaxMinors()