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

/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp40 static const char *testType3 variable
211 testType1, testType2, testType3, testType4,
1431 CHK(testTypes2.AddString("types", testType3) == B_OK);
1435 BMimeType mimeTestType3(testType3);
1487 CHK(BMimeType(testType3).IsInstalled() == false);
1496 CHK(appFileInfo.IsSupportedType(testType3) == true);
1505 CHK(BMimeType(testType3).IsInstalled() == true);
1556 CHK(appFileInfo.IsSupportedType(testType3) == false);
1574 CHK(appFileInfo.IsSupportedType(testType3) == false);
1591 CHK(BMimeType(testType3)
[all...]
H A DMimeTypeTest.cpp50 static const char *testType3 = "text/x-vnd.obos-Storage-Kit-Test3"; variable
589 testType, testType1, testType2, testType3, testType4, testType5,
2344 CHK(msg3.AddString(typesField, testType3) == B_OK);
2347 CHK(msg2.AddString(typesField, testType3) == B_OK);
4691 CHK(type.SetTo(testType3) == B_OK);
4714 SniffingTestFile(string(testDir) + "/file6", "", testType3, " ABCD"),
4716 SniffingTestFile(string(testDir) + "/file8", "", testType3,
4721 SniffingTestFile(string(testDir) + "/file10", "", testType3,

Completed in 103 milliseconds