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

/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp44 static const char* kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable
358 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID,
417 error = _WriteData(kSupportedTypesAttribute,
423 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
/haiku/src/kits/storage/
H A DAppFileInfo.cpp44 static const char* kSupportedTypesAttribute = "BEOS:FILE_TYPES"; variable
358 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID,
417 error = _WriteData(kSupportedTypesAttribute,
423 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
/haiku/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