Searched refs:kSupportedTypesAttribute (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/kits/storage/ |
H A D | AppFileInfoTest.cpp | 63 static const char *kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable 548 char *buffer = ReadAttr(file, kSupportedTypesAttribute, in CheckAttribute() 560 char *buffer = ReadResource(file, kSupportedTypesAttribute, in CheckResource() 1562 CheckNoAttr(file, kSupportedTypesAttribute); in SupportedTypesTest() 1564 CheckNoResource(file, kSupportedTypesAttribute); in SupportedTypesTest() 1580 CheckNoAttr(file, kSupportedTypesAttribute); in SupportedTypesTest() 1582 CheckNoResource(file, kSupportedTypesAttribute); in SupportedTypesTest() 1691 CheckNoAttr(file, kSupportedTypesAttribute); in SupportedTypesTest() 1693 CheckNoResource(file, kSupportedTypesAttribute); in SupportedTypesTest() 1886 CheckNoAttr(file, kSupportedTypesAttribute); in SupportedTypesTest() [all …]
|
/haiku/src/build/libbe/storage/ |
H A D | AppFileInfo.cpp | 44 static const char* kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable 358 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID, in GetSupportedTypes() 417 error = _WriteData(kSupportedTypesAttribute, in SetSupportedTypes() 423 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE); in SetSupportedTypes()
|
/haiku/src/kits/storage/ |
H A D | AppFileInfo.cpp | 44 static const char* kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable 358 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID, in GetSupportedTypes() 417 error = _WriteData(kSupportedTypesAttribute, in SetSupportedTypes() 423 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE); in SetSupportedTypes()
|