Home
last modified time | relevance | path

Searched refs:getInternalPath (Results 1 – 6 of 6) sorted by relevance

/system/vold/model/
DEmulatedVolume.cpp336 res = MountUserFuse(user_id, getInternalPath(), label, &fd); in doMount()
346 if (UnmountUserFuse(user_id, getInternalPath(), label) != OK) { in doMount()
356 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
423 if (UnmountUserFuse(userId, getInternalPath(), label) != OK) { in doUnmount()
436 std::string volumeRoot = StringPrintf("%s/%d", getInternalPath().c_str(), user_id); in getRootPath()
DPublicVolume.cpp235 int result = MountUserFuse(user_id, getInternalPath(), stableName, &fd); in doMount()
247 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount()
277 if (UnmountUserFuse(getMountUserId(), getInternalPath(), stableName) != OK) { in doUnmount()
DVolumeBase.h90 const std::string& getInternalPath() const { return mInternalPath; } in getInternalPath() function
DVolumeBase.cpp284 return getInternalPath(); in getRootPath()
/system/vold/
DMoveStorage.cpp210 fromPath = from->getInternalPath(); in moveStorageInternal()
211 toPath = to->getInternalPath(); in moveStorageInternal()
DVolumeManager.cpp1009 if (vol.getInternalPath().empty()) { in setupAppDir()
1033 volume->getInternalPath() + path.substr(volume->getPath().length()); in setupAppDir()
1084 if (vol.getInternalPath().empty()) { in createObb()
1099 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()