Home
last modified time | relevance | path

Searched refs:rest_of_path (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/providers/MediaProvider/jni/
H A DFuseUtils.cpp38 const string& rest_of_path = path.substr(prefix.length()); in containsMount() local
39 if (!android::base::StartsWithIgnoreCase(rest_of_path, userid)) { in containsMount()
47 const string& path_suffix = rest_of_path.substr(userid.length()); in containsMount()