Home
last modified time | relevance | path

Searched defs:xattrValueSize (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A Dsecurity_label.h42 auto xattrValueSize = getxattr(path.c_str(), XATTR_KEY, nullptr, 0, 0, 0); in SetSecurityLabel() local
44 auto xattrValueSize = getxattr(path.c_str(), XATTR_KEY, nullptr, 0); in SetSecurityLabel() local
72 auto xattrValueSize = getxattr(path.c_str(), XATTR_KEY, nullptr, 0, 0, 0); in SetSecurityLabel() local
[all...]

Completed in 1 milliseconds