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