Searched refs:PrivateVolume (Results 1 – 5 of 5) sorted by relevance
48 PrivateVolume::PrivateVolume(dev_t device, const KeyBuffer& keyRaw) in PrivateVolume() function in android::vold::PrivateVolume54 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()
38 class PrivateVolume : public VolumeBase {40 PrivateVolume(dev_t device, const KeyBuffer& keyRaw);41 virtual ~PrivateVolume();75 DISALLOW_COPY_AND_ASSIGN(PrivateVolume);
190 auto vol = std::shared_ptr<VolumeBase>(new PrivateVolume(device, keyBuffer)); in createPrivateVolume()
90 PrivateVolume* vol = static_cast<PrivateVolume*>(vm->findVolume(id).get()); in addFromVolumeManager()
143 "model/PrivateVolume.cpp",