Searched defs:fuse_path (Results 1 – 2 of 2) sorted by relevance
1528 std::string fuse_path( in MountUserFuse() local1631 std::string fuse_path(StringPrintf("/mnt/user/%d/%s", user_id, relative_upper_path.c_str())); in UnmountUserFuse() local
384 static bool is_package_owned_path(const string& path, const string& fuse_path) { in is_package_owned_path()