Searched defs:xattrValueSize (Results 1 - 1 of 1) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/ |
H A D | security_label.h | 42 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