Searched refs:SetExtendedAttribute (Results 1 - 1 of 1) sorted by relevance
/test/xts/hats/kernel/syscalls/fileio/lsetxattr/ |
H A D | LsetxattrApiTest.cpp | 52 int SetExtendedAttribute(const char* linkPath, const char* attrName, const char* attrValue, int flags = 0) in SetExtendedAttribute() function 105 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue); in HWTEST_F() 139 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1); in HWTEST_F() 150 ret = SetExtendedAttribute(targetFilePath, attrName2, attrValue2); in HWTEST_F() 184 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue, XATTR_CREATE); in HWTEST_F() 218 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1, XATTR_CREATE); in HWTEST_F() 223 ret = SetExtendedAttribute(targetFilePath, attrName2, attrValue2, XATTR_CREATE); in HWTEST_F() 250 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue1, XATTR_CREATE); in HWTEST_F() 254 ret = SetExtendedAttribute(targetFilePath, attrName, attrValue2, XATTR_REPLACE); in HWTEST_F() 300 ret = SetExtendedAttribute(linkFilePat in HWTEST_F() [all...] |
Completed in 1 milliseconds