Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/test/unittest/src/
H A Dfuse_mock.cpp39 typedef int (*FuseReplyAttrT)(fuse_req_t req, const struct stat *attr, double attr_timeout); typedef
201 return (*reinterpret_cast<FuseReplyAttrT>(rawFunc))(req, attr, attr_timeout); in fuse_reply_attr()
206 FuseReplyAttrT func = reinterpret_cast<FuseReplyAttrT>(GetLibfuseLibFunc(__func__)); in fuse_reply_attr()