Searched refs:attrValue1 (Results 1 - 1 of 1) sorted by relevance
/test/xts/hats/kernel/syscalls/fileio/lsetxattr/ |
H A D | LsetxattrApiTest.cpp | 138 const char* attrValue1 = "Hello, xattr1!"; in HWTEST_F() local 139 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1); in HWTEST_F() 145 ret = strncmp(attrValue1, buffer, strlen(attrValue1)); in HWTEST_F() 217 const char* attrValue1 = "Hello, xattr1!"; in HWTEST_F() local 218 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1, XATTR_CREATE); in HWTEST_F() 249 const char* attrValue1 = "Hello, xattr1!"; in HWTEST_F() local 250 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue1, XATTR_CREATE); in HWTEST_F() 340 const char* attrValue1 = "Hello, xattr1!"; in HWTEST_F() local 341 ret = SetExtendedAttribute(linkFilePath, attrName1, attrValue1); in HWTEST_F() 427 const char* attrValue1 = "Hello, xattr1!"; HWTEST_F() local 473 const char* attrValue1 = "Hello, xattr1!"; HWTEST_F() local 516 const char* attrValue1 = "Hello, xattr1!"; HWTEST_F() local 562 const char* attrValue1 = "Hello, xattr1!"; HWTEST_F() local 589 const char* attrValue1 = "Hello, xattr1!"; HWTEST_F() local [all...] |
Completed in 1 milliseconds