Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp81 static const char *attrInfoField_Viewable = "attr:viewable"; variable
799 CHK(msg1.AddBool(attrInfoField_Viewable, true) == B_OK); in AttrInfoTest()
805 CHK(msg1.AddBool(attrInfoField_Viewable, false) == B_OK); in AttrInfoTest()
811 CHK(msg2.AddBool(attrInfoField_Viewable, true) == B_OK); in AttrInfoTest()
817 CHK(msg3.AddBool(attrInfoField_Viewable, true) == B_OK); in AttrInfoTest()
823 CHK(msgIncomplete1.AddBool(attrInfoField_Viewable, true) == B_OK); in AttrInfoTest()