Lines Matching refs:attrValue1
138 const char* attrValue1 = "Hello, xattr1!";
139 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1);
145 ret = strncmp(attrValue1, buffer, strlen(attrValue1));
217 const char* attrValue1 = "Hello, xattr1!";
218 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1, XATTR_CREATE);
249 const char* attrValue1 = "Hello, xattr1!";
250 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue1, XATTR_CREATE);
340 const char* attrValue1 = "Hello, xattr1!";
341 ret = SetExtendedAttribute(linkFilePath, attrName1, attrValue1);
427 const char* attrValue1 = "Hello, xattr1!";
428 ret = SetExtendedAttribute(linkFilePath, attrName1, attrValue1, XATTR_CREATE);
473 const char* attrValue1 = "Hello, xattr1!";
474 ret = SetExtendedAttribute(linkFilePath, attrName, attrValue1, XATTR_CREATE);
516 const char* attrValue1 = "Hello, xattr1!";
517 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName1, attrValue1);
562 const char* attrValue1 = "Hello, xattr1!";
563 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName1, attrValue1, XATTR_CREATE);
589 const char* attrValue1 = "Hello, xattr1!";
590 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName, attrValue1, XATTR_CREATE);
597 ret = strncmp(attrValue1, buffer, strlen(attrValue1));