Searched refs:EmulatedVolume (Results 1 – 5 of 5) sorted by relevance
/system/vold/model/ |
D | EmulatedVolume.h | 38 class EmulatedVolume : public VolumeBase { 40 explicit EmulatedVolume(const std::string& rawPath, int userId); 41 EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid, int userId); 42 virtual ~EmulatedVolume(); 73 DISALLOW_COPY_AND_ASSIGN(EmulatedVolume);
|
D | EmulatedVolume.cpp | 46 EmulatedVolume::EmulatedVolume(const std::string& rawPath, int userId) in EmulatedVolume() function in android::vold::EmulatedVolume 56 EmulatedVolume::EmulatedVolume(const std::string& rawPath, dev_t device, const std::string& fsUuid, in EmulatedVolume() function in android::vold::EmulatedVolume 67 EmulatedVolume::~EmulatedVolume() {} in ~EmulatedVolume() 69 std::string EmulatedVolume::getLabel() { in getLabel() 92 status_t EmulatedVolume::mountFuseBindMounts() { in mountFuseBindMounts() 157 status_t EmulatedVolume::unmountFuseBindMounts() { in unmountFuseBindMounts() 222 status_t EmulatedVolume::unmountSdcardFs() { in unmountSdcardFs() 247 status_t EmulatedVolume::doMount() { in doMount() 399 status_t EmulatedVolume::doUnmount() { in doUnmount() 434 std::string EmulatedVolume::getRootPath() const { in getRootPath()
|
D | PrivateVolume.cpp | 195 new EmulatedVolume(mediaPath, mRawDevice, mFsUuid, user)); in doPostMount()
|
/system/vold/ |
D | Android.bp | 145 "model/EmulatedVolume.cpp",
|
D | VolumeManager.cpp | 190 new android::vold::EmulatedVolume("/data/media", 0)); in start() 408 new android::vold::EmulatedVolume("/data/media", userId)); in createEmulatedVolumesForUser() 420 std::shared_ptr<android::vold::VolumeBase>(new android::vold::EmulatedVolume( in createEmulatedVolumesForUser() 877 auto* emulatedVol = static_cast<android::vold::EmulatedVolume*>(vol.get()); in handleAppStorageDirs()
|