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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp1427 BMessage testTypes1; local
1428 CHK(testTypes1.AddString("types", testType1) == B_OK);
1429 CHK(testTypes1.AddString("types", testType2) == B_OK);
1472 CHK(appFileInfo.SetSupportedTypes(&testTypes1) == B_OK);
1476 CHK(SupportedTypesValue(types) == SupportedTypesValue(testTypes1));
1481 CheckSupportedTypesAttr(file, &testTypes1);
1483 CheckSupportedTypesResource(file, &testTypes1);
1568 CHK(appFileInfo.SetSupportedTypes(&testTypes1) == B_OK);
1602 CHK(appFileInfo.SetSupportedTypes(&testTypes1) == B_OK);
1631 CHK(appFileInfo.SetSupportedTypes(&testTypes1, fals
[all...]

Completed in 29 milliseconds