Searched refs:supportedTypes (Results 1 - 6 of 6) sorted by path

/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp146 BMessage supportedTypes; local
150 if (appInfo.GetSupportedTypes(&supportedTypes) == B_OK)
156 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK; i++)
162 status = fDatabase->SetSupportedTypes(signature, &supportedTypes, true);
166 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK;
194 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK; i++)
H A DMimeInfoUpdater.cpp176 BMessage supportedTypes;
178 err = appFileInfoRead.GetSupportedTypes(&supportedTypes);
180 err = appFileInfoWrite.SetSupportedTypes(&supportedTypes, false,
232 supportedTypes.FindString("types", i, &supportedType) == B_OK;
H A DSupportingApps.cpp312 std::set<std::string> &supportedTypes = fSupportedTypes[appSignature.String()]; local
316 supportedTypes.insert(type.String());
/haiku/src/preferences/filetypes/
H A DApplicationTypeWindow.cpp626 BMessage supportedTypes; local
627 info.GetSupportedTypes(&supportedTypes);
635 for (int32 i = 0; supportedTypes.FindString("types", i, &type) == B_OK; i++) {
679 fOriginalInfo.supportedTypes = _SupportedTypes();
681 // to the supportedTypes message, so don't use that here, but
735 BMessage supportedTypes = _SupportedTypes(); local
754 status = info.SetSupportedTypes(&supportedTypes);
769 fOriginalInfo.supportedTypes = supportedTypes;
832 if (!fOriginalInfo.supportedTypes
877 BMessage supportedTypes; local
[all...]
H A DApplicationTypeWindow.h58 BMessage supportedTypes; member in struct:ApplicationTypeWindow::AppInfo
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp463 BObjectList<BString> supportedTypes(20, true);
468 supportedTypes.AddItem(new BString(typeBuffer));
471 if (supportedTypes.IsEmpty()) {
495 int32 supportedTypesCount = supportedTypes.CountItems();
500 printf("%2" B_PRId32 " %s\n", i, supportedTypes.ItemAt(i)->String());
508 const char* type = supportedTypes.ItemAt(typeIndex)->String();

Completed in 175 milliseconds