Lines Matching refs:SetExtendedAttribute

52 int SetExtendedAttribute(const char* linkPath, const char* attrName, const char* attrValue, int flags = 0)
105 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue);
139 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1);
150 ret = SetExtendedAttribute(targetFilePath, attrName2, attrValue2);
184 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue, XATTR_CREATE);
218 int ret = SetExtendedAttribute(targetFilePath, attrName1, attrValue1, XATTR_CREATE);
223 ret = SetExtendedAttribute(targetFilePath, attrName2, attrValue2, XATTR_CREATE);
250 int ret = SetExtendedAttribute(targetFilePath, attrName, attrValue1, XATTR_CREATE);
254 ret = SetExtendedAttribute(targetFilePath, attrName, attrValue2, XATTR_REPLACE);
300 ret = SetExtendedAttribute(linkFilePath, attrName, attrValue, 0);
341 ret = SetExtendedAttribute(linkFilePath, attrName1, attrValue1);
346 ret = SetExtendedAttribute(linkFilePath, attrName2, attrValue2);
387 ret = SetExtendedAttribute(linkFilePath, attrName, attrValue, XATTR_CREATE);
428 ret = SetExtendedAttribute(linkFilePath, attrName1, attrValue1, XATTR_CREATE);
433 ret = SetExtendedAttribute(linkFilePath, attrName2, attrValue2, XATTR_CREATE);
474 ret = SetExtendedAttribute(linkFilePath, attrName, attrValue1, XATTR_CREATE);
478 ret = SetExtendedAttribute(linkFilePath, attrName, attrValue2, XATTR_REPLACE);
498 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName, attrValue);
517 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName1, attrValue1);
522 ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName2, attrValue2);
544 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName, attrValue, XATTR_CREATE);
563 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName1, attrValue1, XATTR_CREATE);
568 ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName2, attrValue2, XATTR_CREATE);
590 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName, attrValue1, XATTR_CREATE);
601 ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName, attrValue2, XATTR_REPLACE);
633 int ret = SetExtendedAttribute(tmpNonDirPath, attrName, attrValue, XATTR_CREATE);
650 int ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName, attrValue, XATTR_CREATE);
654 ret = SetExtendedAttribute(OPEN_API_TEST_FILE, attrName, attrValue, XATTR_CREATE);