Searched refs:attrValue2 (Results 1 - 1 of 1) sorted by relevance
/test/xts/hats/kernel/syscalls/fileio/lsetxattr/ |
H A D | LsetxattrApiTest.cpp | 149 const char* attrValue2 = "Hello, xattr2!"; in HWTEST_F() local 150 ret = SetExtendedAttribute(targetFilePath, attrName2, attrValue2); in HWTEST_F() 157 ret = strncmp(attrValue2, buffer, strlen(attrValue2)); in HWTEST_F() 222 const char* attrValue2 = "Hello, xattr2!"; in HWTEST_F() local 223 ret = SetExtendedAttribute(targetFilePath, attrName2, attrValue2, XATTR_CREATE); in HWTEST_F() 253 const char* attrValue2 = "Hello, xattr2!"; in HWTEST_F() local 254 ret = SetExtendedAttribute(targetFilePath, attrName, attrValue2, XATTR_REPLACE); in HWTEST_F() 261 ret = strncmp(attrValue2, buffer, strlen(attrValue2)); in HWTEST_F() 345 const char* attrValue2 = "Hello, xattr2!"; HWTEST_F() local 432 const char* attrValue2 = "Hello, xattr2!"; HWTEST_F() local 477 const char* attrValue2 = "Hello, xattr2!"; HWTEST_F() local 521 const char* attrValue2 = "Hello, xattr2!"; HWTEST_F() local 567 const char* attrValue2 = "Hello, xattr2!"; HWTEST_F() local 600 const char* attrValue2 = "Hello, xattr2!"; HWTEST_F() local [all...] |
Completed in 2 milliseconds