Searched refs:TEST_ATTRIBUTE (Results 1 - 1 of 1) sorted by relevance
/test/xts/hats/kernel/syscalls/fileio/setxattr/ |
H A D | SetxattrApiTest.cpp | 28 static const char *TEST_ATTRIBUTE = "user.testattribute"; variable 66 ret = setxattr(TEST_FILE_PATH, TEST_ATTRIBUTE, TEST_ATTRIBUTE_VALUE, strlen(TEST_ATTRIBUTE_VALUE) + 1, 0); in HWTEST_F() 70 ssize_t size = getxattr(TEST_FILE_PATH, TEST_ATTRIBUTE, value, sizeof(value)); in HWTEST_F() 86 ret = setxattr("/non/existent/path", TEST_ATTRIBUTE, TEST_ATTRIBUTE_VALUE, strlen(TEST_ATTRIBUTE_VALUE) + 1, 0); in HWTEST_F()
|
Completed in 1 milliseconds