Searched refs:kTypeAttribute (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/build/libbe/storage/
H A DAppFileInfo.cpp27 static const char *kTypeAttribute = "BEOS:TYPE"; variable
183 error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE,
225 error = _WriteData(kTypeAttribute, kTypeResourceID,
229 error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE);
/haiku-fatelf/src/kits/storage/
H A DAppFileInfo.cpp29 static const char* kTypeAttribute = "BEOS:TYPE"; variable
209 error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE,
252 error = _WriteData(kTypeAttribute, kTypeResourceID,
256 error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE);
/haiku-fatelf/src/tests/kits/storage/
H A DNodeInfoTest.cpp51 static const char *kTypeAttribute = "BEOS:TYPE"; variable
283 CheckAttr(node, kTypeAttribute, B_MIME_STRING_TYPE, data,
393 CheckNoAttr(node, kTypeAttribute);
434 CheckNoAttr(node, kTypeAttribute);
H A DAppFileInfoTest.cpp60 static const char *kTypeAttribute = "BEOS:TYPE"; variable
391 CheckAttr(file, kTypeAttribute, B_MIME_STRING_TYPE, value.type.c_str(),
397 ::CheckResource(file, kTypeAttribute, kTypeResourceID,
780 CheckAttr(node, kTypeAttribute, B_MIME_STRING_TYPE, data,
789 CheckResource(file, kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE,
1103 CheckNoAttr(file, kTypeAttribute);
1113 CheckNoAttr(file, kTypeAttribute);
1190 CheckNoAttr(file, kTypeAttribute);
1192 CheckNoResource(file, kTypeAttribute);
1225 CheckNoAttr(file, kTypeAttribute);
[all...]

Completed in 53 milliseconds