Searched refs:getInternalPath (Results 1 – 6 of 6) sorted by relevance
/system/vold/model/ |
D | EmulatedVolume.cpp | 421 res = MountUserFuse(user_id, getInternalPath(), label, &fd); in doMount() 431 if (UnmountUserFuse(user_id, getInternalPath(), label) != OK) { in doMount() 441 callback->onVolumeChecking(std::move(fd), getPath(), getInternalPath(), &is_ready); in doMount() 512 if (UnmountUserFuse(userId, getInternalPath(), label) != OK) { in doUnmount() 525 std::string volumeRoot = StringPrintf("%s/%d", getInternalPath().c_str(), user_id); in getRootPath()
|
D | PublicVolume.cpp | 235 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()
|
D | VolumeBase.h | 96 const std::string& getInternalPath() const { return mInternalPath; } in getInternalPath() function
|
D | VolumeBase.cpp | 284 return getInternalPath(); in getRootPath()
|
/system/vold/ |
D | MoveStorage.cpp | 210 fromPath = from->getInternalPath(); in moveStorageInternal() 211 toPath = to->getInternalPath(); in moveStorageInternal()
|
D | VolumeManager.cpp | 1037 if (vol.getInternalPath().empty()) { in setupAppDir() 1061 volume->getInternalPath() + path.substr(volume->getPath().length()); in setupAppDir() 1112 if (vol.getInternalPath().empty()) { in createObb() 1127 volume->getInternalPath() + sourcePath.substr(volume->getPath().length()); in createObb()
|