Home
last modified time | relevance | path

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

/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp82 static const char *attrInfoField_Editable = "attr:editable"; variable
800 CHK(msg1.AddBool(attrInfoField_Editable, true) == B_OK); in AttrInfoTest()
806 CHK(msg1.AddBool(attrInfoField_Editable, false) == B_OK); in AttrInfoTest()
812 CHK(msg2.AddBool(attrInfoField_Editable, true) == B_OK); in AttrInfoTest()
818 CHK(msg3.AddBool(attrInfoField_Editable, true) == B_OK); in AttrInfoTest()
824 CHK(msgIncomplete1.AddBool(attrInfoField_Editable, true) == B_OK); in AttrInfoTest()
830 CHK(msgIncomplete1.AddBool(attrInfoField_Editable, false) == B_OK); in AttrInfoTest()
836 CHK(msgIncomplete2.AddBool(attrInfoField_Editable, true) == B_OK); in AttrInfoTest()