Home
last modified time | relevance | path

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

/haiku/src/bin/addattr/
H A Dmain.cpp42 } kSupportedTypes[] = { variable
66 const uint32 kNumSupportedTypes = sizeof(kSupportedTypes)
67 / sizeof(kSupportedTypes[0]);
81 if (!strcmp(string, kSupportedTypes[i].name)) { in typeForString()
82 *_result = kSupportedTypes[i].type; in typeForString()