Searched defs:Disk (Results 1 - 2 of 2) sorted by relevance

/system/vold/model/
H A DDisk.h38 class Disk { class in namespace:android::vold
40 Disk(const std::string& eventPath, dev_t device, const std::string& nickname, int flags);
41 virtual ~Disk();
115 DISALLOW_COPY_AND_ASSIGN(Disk);
H A DDisk.cpp17 #include "Disk.h"
117 Disk::Disk(const std::string& eventPath, dev_t device, function in class:android::vold::Disk
128 Disk::~Disk() {
133 std::shared_ptr<VolumeBase> Disk::findVolume(const std::string& id) {
146 void Disk::listVolumes(VolumeBase::Type type, std::list<std::string>& list) {
155 status_t Disk::create() {
167 status_t Disk::destroy() {
178 void Disk
[all...]

Completed in 47 milliseconds