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

/system/vold/model/
H A DPrivateVolume.cpp19 #include "PrivateVolume.h"
46 PrivateVolume::PrivateVolume(dev_t device, const std::string& keyRaw) : function in class:android::vold::PrivateVolume
52 PrivateVolume::~PrivateVolume() {
55 status_t PrivateVolume::readMetadata() {
64 status_t PrivateVolume::doCreate() {
92 status_t PrivateVolume::doDestroy() {
99 status_t PrivateVolume::doMount() {
171 status_t PrivateVolume
[all...]
H A DPrivateVolume.h38 class PrivateVolume : public VolumeBase { class in namespace:android::vold
40 PrivateVolume(dev_t device, const std::string& keyRaw);
41 virtual ~PrivateVolume();
74 DISALLOW_COPY_AND_ASSIGN(PrivateVolume);

Completed in 54 milliseconds