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

/system/vold/model/
H A DEmulatedVolume.cpp17 #include "EmulatedVolume.h"
41 EmulatedVolume::EmulatedVolume(const std::string& rawPath) : function in class:android::vold::EmulatedVolume
48 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, function in class:android::vold::EmulatedVolume
55 EmulatedVolume::~EmulatedVolume() {
58 status_t EmulatedVolume::doMount() {
123 status_t EmulatedVolume::doUnmount() {
H A DEmulatedVolume.h38 class EmulatedVolume : public VolumeBase { class in namespace:android::vold
40 explicit EmulatedVolume(const std::string& rawPath);
41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid);
42 virtual ~EmulatedVolume();
59 DISALLOW_COPY_AND_ASSIGN(EmulatedVolume);

Completed in 283 milliseconds