Home
last modified time | relevance | path

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

/haiku/src/kits/package/hpkg/v1/
H A DPackageContentHandlerV1.cpp20 static const char* kAttributeNames[B_HPKG_ATTRIBUTE_ID_ENUM_COUNT + 1] = { variable
81 return kAttributeNames[id]; in AttributeNameForID()
/haiku/src/kits/package/hpkg/
H A DPackageContentHandler.cpp18 static const char* kAttributeNames[B_HPKG_ATTRIBUTE_ID_ENUM_COUNT + 1] = { variable
39 return kAttributeNames[id]; in AttributeNameForID()
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp85 static const char* kAttributeNames[] = { variable
899 sizeof(kAttributeNames) / sizeof(kAttributeNames[0]); in MessageReceived()
901 attributes.RemoveData(kAttributeNames[i], index); in MessageReceived()
1192 sizeof(kAttributeNames) / sizeof(kAttributeNames[0]); in _MoveUpAttributeIndex()
1198 if (attributes.GetInfo(kAttributeNames[i], &type, &count, in _MoveUpAttributeIndex()
1218 attributes.FindData(kAttributeNames[i], type, in _MoveUpAttributeIndex()
1221 resortedAttributes.AddData(kAttributeNames[i], type, in _MoveUpAttributeIndex()
1224 resortedAttributes.AddData(kAttributeNames[i], type, in _MoveUpAttributeIndex()