Home
last modified time | relevance | path

Searched defs:fuse (Results 1 – 10 of 10) sorted by relevance

/packages/providers/MediaProvider/jni/
DFuseDaemon.cpp264 struct fuse { struct
265 explicit fuse(const std::string& _path, const ino_t _ino, const bool _uncached_mode, in fuse() function
294 // because fuse_lowlevel_ops documents that the root inode is always one argument
297 inline node* FromInode(__u64 inode) { in FromInode()
305 inline node* FromInodeNoThrow(__u64 inode) { in FromInodeNoThrow()
313 inline __u64 ToInode(node* node) const { in ToInode()
321 inline bool IsTranscodeSupportedPath(const string& path) { in IsTranscodeSupportedPath()
337 inline bool IsUncachedPath(const std::string& path) { in IsUncachedPath()
348 inline bool ShouldNotCache(const std::string& path) { in ShouldNotCache()
375 mediaprovider::fuse::NodeTracker tracker; argument
[all …]
DFuseDaemon.h146 struct ::fuse* fuse; variable
DFuseUtils.cpp27 namespace fuse { namespace
DReaddirHelper.cpp23 namespace fuse { namespace
DFuseUtilsTest.cpp23 namespace mediaprovider::fuse { namespace
Dnode.cpp41 namespace fuse { namespace
DRedactionInfo.cpp25 namespace fuse { namespace
DRedactionInfoTest.cpp27 namespace mediaprovider::fuse { namespace
DMediaProviderWrapper.cpp33 namespace fuse { namespace
/packages/modules/Virtualization/zipfuse/
DCargo.toml8 fuse = { path = "../../../../external/crosvm/fuse" } qkey