Home
last modified time | relevance | path

Searched refs:LIBFUSE_LIB_PATH (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.cpp28 static const std::string LIBFUSE_LIB_PATH = "libfuse.z.so"; variable
50 g_libfuseHandle = dlopen(LIBFUSE_LIB_PATH.c_str(), RTLD_LAZY); in GetLibfuseLibFunc()