Searched refs:attr_buf (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 1743 char attr_buf[INCFS_MAX_FILE_ATTR_SIZE] = {}; in attribute_test() local 1767 attr_res = get_file_attr(mount_dir, file_id, attr_buf, in attribute_test() 1768 ARRAY_SIZE(attr_buf)); in attribute_test() 1773 if (strcmp(attr_buf, file_attr) != 0) { in attribute_test() 1774 ksft_print_msg("Incorrect file attr value: '%s'", attr_buf); in attribute_test() 1794 attr_res = get_file_attr(mount_dir, file_id, attr_buf, in attribute_test() 1795 ARRAY_SIZE(attr_buf)); in attribute_test() 1800 if (strcmp(attr_buf, file_attr) != 0) { in attribute_test() 1801 ksft_print_msg("Incorrect file attr value: '%s'", attr_buf); in attribute_test()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/ |
| H A D | xml_datastorage_api.h | 1854 #define Check_ObjectBufferAttribute(c, attr_buf, attr_buf_len) \ argument 1856 ADBG_EXPECT_BUFFER(c, attr_buf, attr_buf_len, \
|