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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp1430 BMessage testTypes2; local
1431 CHK(testTypes2.AddString("types", testType3) == B_OK);
1432 CHK(testTypes2.AddString("types", testType4) == B_OK);
1489 CHK(appFileInfo.SetSupportedTypes(&testTypes2) == B_OK);
1493 CHK(SupportedTypesValue(types2) == SupportedTypesValue(testTypes2));
1502 CheckSupportedTypesAttr(file, &testTypes2);
1504 CheckSupportedTypesResource(file, &testTypes2);
1518 CHK(SupportedTypesValue(types2) == SupportedTypesValue(testTypes2));
1607 CHK(appFileInfo.SetSupportedTypes(&testTypes2) == B_OK);
1636 CHK(appFileInfo.SetSupportedTypes(&testTypes2, fals
[all...]

Completed in 37 milliseconds