Searched refs:kSupportedTypesAttribute (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp30 static const char *kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable
475 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID,
553 error = _WriteData(kSupportedTypesAttribute,
561 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp32 static const char* kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable
526 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID,
604 error = _WriteData(kSupportedTypesAttribute,
611 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
/haiku-fatelf/src/tests/kits/storage/
H A DAppFileInfoTest.cpp63 static const char *kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable
548 char *buffer = ReadAttr(file, kSupportedTypesAttribute,
560 char *buffer = ReadResource(file, kSupportedTypesAttribute,
1562 CheckNoAttr(file, kSupportedTypesAttribute);
1564 CheckNoResource(file, kSupportedTypesAttribute);
1580 CheckNoAttr(file, kSupportedTypesAttribute);
1582 CheckNoResource(file, kSupportedTypesAttribute);
1691 CheckNoAttr(file, kSupportedTypesAttribute);
1693 CheckNoResource(file, kSupportedTypesAttribute);
1886 CheckNoAttr(file, kSupportedTypesAttribute);
[all...]

Completed in 100 milliseconds