Home
last modified time | relevance | path

Searched refs:attributeIndex (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp110 int32 attributeIndex = attribute_index(entry->d_name); in test_remove_attributes() local
111 if (attributeIndex > 0) { in test_remove_attributes()
112 if (seen[attributeIndex]) { in test_remove_attributes()
113 printf("attribute index %ld already listed!\n", attributeIndex); in test_remove_attributes()
116 seen[attributeIndex] = true; in test_remove_attributes()
162 int32 attributeIndex = attribute_index(entry->d_name); in test_add_attributes() local
163 if (attributeIndex > 0) { in test_add_attributes()
164 if (seen[attributeIndex]) { in test_add_attributes()
165 printf("attribute index %ld already listed!\n", attributeIndex); in test_add_attributes()
168 seen[attributeIndex] = true; in test_add_attributes()