Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
H A Dfuse_daemon.cpp262 … size_t shouldSize = fuse_add_direntry(param.req, nullptr, 0, param.entryName.c_str(), nullptr, 0); in AddDirentry() local
263 if (shouldSize > param.bufLen) { in AddDirentry()