Searched refs:relative_upper_path (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | Utils.h | 52 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path); 201 const std::string& relative_upper_path, android::base::unique_fd* fuse_fd); 204 const std::string& relative_upper_path);
|
D | Utils.cpp | 96 std::string GetFuseMountPathForUser(userid_t user_id, const std::string& relative_upper_path) { in GetFuseMountPathForUser() argument 97 return StringPrintf("/mnt/user/%d/%s", user_id, relative_upper_path.c_str()); in GetFuseMountPathForUser() 1546 const std::string& relative_upper_path, android::base::unique_fd* fuse_fd) { in MountUserFuse() argument 1549 StringPrintf("%s/%s", pre_fuse_path.c_str(), relative_upper_path.c_str())); in MountUserFuse() 1553 StringPrintf("%s/%s", pre_pass_through_path.c_str(), relative_upper_path.c_str())); in MountUserFuse() 1593 if (relative_upper_path == "emulated") { in MountUserFuse() 1639 StringPrintf("/mnt/runtime/full/%s", relative_upper_path.c_str())); in MountUserFuse() 1650 const std::string& relative_upper_path) { in UnmountUserFuse() argument 1651 std::string fuse_path(StringPrintf("/mnt/user/%d/%s", user_id, relative_upper_path.c_str())); in UnmountUserFuse() 1653 StringPrintf("/mnt/pass_through/%d/%s", user_id, relative_upper_path.c_str())); in UnmountUserFuse()
|