Searched refs:getInternalPath (Results 1 – 6 of 6) sorted by relevance
/system/vold/model/ |
D | EmulatedVolume.cpp | 336 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()
|
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 | 90 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 | 1009 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()
|