Home
last modified time | relevance | path

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

/aosp12/packages/providers/MediaProvider/jni/
H A DFuseDaemon.h50 bool ShouldOpenWithFuse(int fd, bool for_read, const std::string& path);
H A Dcom_android_providers_media_FuseDaemon.cpp81 return daemon->ShouldOpenWithFuse(fd, for_read, utf_chars_path.c_str()); in com_android_providers_media_FuseDaemon_should_open_with_fuse()
H A DFuseDaemon.cpp1979 bool FuseDaemon::ShouldOpenWithFuse(int fd, bool for_read, const std::string& path) { in ShouldOpenWithFuse() function in mediaprovider::fuse::FuseDaemon