Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_securitylabel/
H A Dsecurity_label.h47 char xattrValue[DEFAULT_DATA_LENGTH + 1]; in SetSecurityLabel() local
79 std::unique_ptr<char[]> xattrValue = std::make_unique<char[]>((long)xattrValueSize + 1); in SetSecurityLabel() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dxattr.cpp55 auto xattrValue = CreateUniquePtr<char[]>(static_cast<long>(xAttrSize) + 1); in GetXattrCore() local

Completed in 1 milliseconds