Home
last modified time | relevance | path

Searched refs:PrivateVolume (Results 1 – 6 of 6) sorted by relevance

/system/vold/model/
DPrivateVolume.cpp50 PrivateVolume::PrivateVolume(dev_t device, const KeyBuffer& keyRaw) in PrivateVolume() function in android::vold::PrivateVolume
56 PrivateVolume::~PrivateVolume() {} in ~PrivateVolume()
58 status_t PrivateVolume::readMetadata() { in readMetadata()
67 status_t PrivateVolume::doCreate() { in doCreate()
100 status_t PrivateVolume::doDestroy() { in doDestroy()
120 status_t PrivateVolume::doMount() { in doMount()
187 void PrivateVolume::doPostMount() { in doPostMount()
202 status_t PrivateVolume::doUnmount() { in doUnmount()
212 status_t PrivateVolume::doFormat(const std::string& fsType) { in doFormat()
DPrivateVolume.h38 class PrivateVolume : public VolumeBase {
40 PrivateVolume(dev_t device, const KeyBuffer& keyRaw);
41 virtual ~PrivateVolume();
78 DISALLOW_COPY_AND_ASSIGN(PrivateVolume);
DDisk.cpp205 auto vol = std::shared_ptr<VolumeBase>(new PrivateVolume(device, keyBuffer)); in createPrivateVolume()
/system/vold/
DVolumeManager.cpp90 using android::vold::PrivateVolume;
389 PrivateVolume* pvol = static_cast<PrivateVolume*>(findVolume(id).get()); in destroyEmulatedVolumesForUser()
417 PrivateVolume* pvol = static_cast<PrivateVolume*>(findVolume(id).get()); in createEmulatedVolumesForUser()
DIdleMaint.cpp98 PrivateVolume* vol = static_cast<PrivateVolume*>(vm->findVolume(id).get()); in addFromVolumeManager()
DAndroid.bp147 "model/PrivateVolume.cpp",