Searched refs:pre_fuse_path (Results 1 – 1 of 1) sorted by relevance
1478 std::string pre_fuse_path(StringPrintf("/mnt/user/%d", user_id)); in MountUserFuse() local1480 StringPrintf("%s/%s", pre_fuse_path.c_str(), relative_upper_path.c_str())); in MountUserFuse()1499 result = PrepareDir(pre_fuse_path, 0710, user_id ? AID_ROOT : AID_SHELL, in MountUserFuse()1502 PLOG(ERROR) << "Failed to prepare directory " << pre_fuse_path; in MountUserFuse()