Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dxattr.cpp39 bool isIllegalValue = strnlen(value, MAX_XATTR_SIZE + 1) > MAX_XATTR_SIZE; in IsIllegalXattr() local
40 if (isIllegalValue) { in IsIllegalXattr()
43 return isIllegalKey || isIllegalValue; in IsIllegalXattr()