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); local
111 if (attributeIndex > 0) {
112 if (seen[attributeIndex]) {
113 printf("attribute index %ld already listed!\n", attributeIndex);
116 seen[attributeIndex] = true;
162 int32 attributeIndex = attribute_index(entry->d_name); local
163 if (attributeIndex > 0) {
164 if (seen[attributeIndex]) {
165 printf("attribute index %ld already listed!\n", attributeIndex);
168 seen[attributeIndex]
[all...]

Completed in 29 milliseconds