Searched refs:tooLongTestType (Results 1 – 2 of 2) sorted by relevance
41 static const char *tooLongTestType = variable428 CHK(nodeInfo.SetType(tooLongTestType) == B_OK); in TypeTest()434 CheckTypeAttr(node, tooLongTestType); in TypeTest()436 CHK(nodeInfo.SetType(tooLongTestType) == B_BAD_VALUE); in TypeTest()686 CHK(nodeInfo.SetPreferredApp(tooLongTestType) == B_BAD_VALUE); in PreferredAppTest()
45 static const char *tooLongTestType = variable1224 CHK(appFileInfo.SetType(tooLongTestType) == B_BAD_VALUE); in TypeTest()1332 CHK(appFileInfo.SetSignature(tooLongTestType) == B_BAD_VALUE); in SignatureTest()2615 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconM1, B_MINI_ICON) in IconForTypeTest()2617 CHK(appFileInfo.SetIconForType(tooLongTestType, fIconL1, B_LARGE_ICON) in IconForTypeTest()