Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp1005 ValuesBucket &setXAttr, std::string &xattrList, int32_t pos) in ExtAttributeSetValue() argument
1008 if (xattrList.empty()) { in ExtAttributeSetValue()
1011 jsonObj = nlohmann::json::parse(xattrList, nullptr, false); in ExtAttributeSetValue()
1041 std::string xattrList; in ExtAttributeSetXattr() local
1043 RETURN_ON_ERR(GetExtAttr(cloudId, xattrList, pos)); in ExtAttributeSetXattr()
1044 RETURN_ON_ERR(ExtAttributeSetValue(key, value, setAttr, xattrList, pos)); in ExtAttributeSetXattr()