Home
last modified time | relevance | path

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

/system/vold/model/
DPrivateVolume.cpp48 PrivateVolume::PrivateVolume(dev_t device, const KeyBuffer& keyRaw) in PrivateVolume() function in android::vold::PrivateVolume
54 PrivateVolume::~PrivateVolume() {} in ~PrivateVolume()
56 status_t PrivateVolume::readMetadata() { in readMetadata()
65 status_t PrivateVolume::doCreate() { in doCreate()
87 status_t PrivateVolume::doDestroy() { in doDestroy()
96 status_t PrivateVolume::doMount() { in doMount()
167 status_t PrivateVolume::doUnmount() { in doUnmount()
177 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();
75 DISALLOW_COPY_AND_ASSIGN(PrivateVolume);
DDisk.cpp190 auto vol = std::shared_ptr<VolumeBase>(new PrivateVolume(device, keyBuffer)); in createPrivateVolume()
/system/vold/
DIdleMaint.cpp90 PrivateVolume* vol = static_cast<PrivateVolume*>(vm->findVolume(id).get()); in addFromVolumeManager()
DAndroid.bp143 "model/PrivateVolume.cpp",