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] = { member in namespace:BPackageKit::BHPKG::V1
81 return kAttributeNames[id];
/haiku/src/kits/package/hpkg/
H A DPackageContentHandler.cpp18 static const char* kAttributeNames[B_HPKG_ATTRIBUTE_ID_ENUM_COUNT + 1] = { member in namespace:BPackageKit::BHPKG
39 return kAttributeNames[id];
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp85 static const char* kAttributeNames[] = { variable
899 sizeof(kAttributeNames) / sizeof(kAttributeNames[0]);
901 attributes.RemoveData(kAttributeNames[i], index);
1192 sizeof(kAttributeNames) / sizeof(kAttributeNames[0]);
1198 if (attributes.GetInfo(kAttributeNames[i], &type, &count,
1218 attributes.FindData(kAttributeNames[i], type,
1221 resortedAttributes.AddData(kAttributeNames[i], type,
1224 resortedAttributes.AddData(kAttributeNames[
[all...]

Completed in 39 milliseconds