Home
last modified time | relevance | path

Searched defs:fuse_path (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/vold/
H A DUtils.cpp1528 std::string fuse_path( in MountUserFuse() local
1631 std::string fuse_path(StringPrintf("/mnt/user/%d/%s", user_id, relative_upper_path.c_str())); in UnmountUserFuse() local
/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.cpp384 static bool is_package_owned_path(const string& path, const string& fuse_path) { in is_package_owned_path()