Home
last modified time | relevance | path

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

/haiku/src/bin/
H A Dcopyattr.cpp94 const supported_attribute_type kSupportedAttributeTypes[] = { variable
711 for (int i = 0; kSupportedAttributeTypes[i].type_name; i++) { in main()
713 kSupportedAttributeTypes[i].type_name) == 0) { in main()
715 attributeType = kSupportedAttributeTypes[i].type; in main()