Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp1477 CHK(appFileInfo.IsSupportedType(testType1) == true); in SupportedTypesTest()
1478 CHK(appFileInfo.IsSupportedType(testType2) == true); in SupportedTypesTest()
1494 CHK(appFileInfo.IsSupportedType(testType1) == false); in SupportedTypesTest()
1495 CHK(appFileInfo.IsSupportedType(testType2) == false); in SupportedTypesTest()
1496 CHK(appFileInfo.IsSupportedType(testType3) == true); in SupportedTypesTest()
1497 CHK(appFileInfo.IsSupportedType(testType4) == true); in SupportedTypesTest()
1554 CHK(appFileInfo.IsSupportedType(testType1) == false); in SupportedTypesTest()
1555 CHK(appFileInfo.IsSupportedType(testType2) == false); in SupportedTypesTest()
1556 CHK(appFileInfo.IsSupportedType(testType3) == false); in SupportedTypesTest()
1557 CHK(appFileInfo.IsSupportedType(testType4) == false); in SupportedTypesTest()
[all …]
/haiku/headers/os/storage/
H A DAppFileInfo.h76 bool IsSupportedType(const char* type) const;
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp450 BAppFileInfo::IsSupportedType(const char* type) const in IsSupportedType() function in BAppFileInfo
/haiku/src/kits/storage/
H A DAppFileInfo.cpp448 BAppFileInfo::IsSupportedType(const char* type) const in IsSupportedType() function in BAppFileInfo
/haiku/src/apps/deskbar/
H A DBarView.cpp1047 if (fileinfo.IsSupportedType(fCachedTypesList->ItemAt(i)->String())) in AppCanHandleTypes()
/haiku/docs/user/storage/
H A DAppFileInfo.dox437 \fn bool BAppFileInfo::IsSupportedType(const char* type) const
457 Unlike IsSupportedType(), this method returns \c true, only if the type
/haiku/src/kits/tracker/
H A DContainerWindow.cpp2956 if (info.IsSupportedType(type.String())) { in EachAddOn()