Searched refs:supportedType (Results 1 - 7 of 7) sorted by relevance

/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp133 BString supportedType; local
135 while (parent->GetNextSupportedChildType(&cookie, &supportedType)
138 message->AddString("type", supportedType);
139 BMenuItem* item = new BMenuItem(supportedType, message);
143 item->SetMarked(strcmp(supportedType, type) == 0);
144 } else if (strcmp(supportedType, kPartitionTypeBFS) == 0) {
/haiku/src/kits/storage/mime/
H A DMimeInfoUpdater.cpp230 const char *supportedType; local
232 supportedTypes.FindString("types", i, &supportedType) == B_OK;
236 supportedType);
242 supportedType, smallIcon, B_MINI_ICON);
248 supportedType, largeIcon, B_LARGE_ICON);
H A DDatabase.cpp622 const char *supportedType; local
623 for (int32 i = 0; types->FindString("types", i, &supportedType) == B_OK; i++) {
624 if (!fLocation->IsInstalled(supportedType)) {
625 if (Install(supportedType) != B_OK)
631 SetPreferredApp(supportedType, type, B_OPEN);
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp58 TypeClass* supportedType = dynamic_cast<TypeClass*>(type); local
59 if (supportedType == NULL)
62 ValueNode* node = new(std::nothrow) NodeClass(nodeChild, supportedType);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp464 const char* supportedType; local
466 !found && types.FindString("types", i, &supportedType) == B_OK;
468 found = strcmp(supportedType, "application/octet-stream") == 0
469 || BMimeType(supportedType).Contains(&mimeType);
488 const char* supportedType; local
490 !found && types.FindString("types", i, &supportedType) == B_OK;
492 found = BMimeType(supportedType).Contains(type);
/haiku/src/kits/storage/
H A DAppFileInfo.cpp462 const char* supportedType; local
464 !found && types.FindString("types", i, &supportedType) == B_OK;
466 found = strcmp(supportedType, "application/octet-stream") == 0
467 || BMimeType(supportedType).Contains(&mimeType);
486 const char* supportedType; local
488 !found && types.FindString("types", i, &supportedType) == B_OK;
490 found = BMimeType(supportedType).Contains(type);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp2305 BMimeType supportedType(str);
2309 CHK(supportedType.InitCheck() == B_OK);
2310 CHK(supportedType.GetSupportingApps(&appMsg) == B_OK);

Completed in 98 milliseconds