Home
last modified time | relevance | path

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

/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp54 static const int32 kTypeResourceID = 2; variable
165 error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE, in GetType()
194 error = _WriteData(kTypeAttribute, kTypeResourceID, in SetType()
/haiku/src/kits/storage/
H A DAppFileInfo.cpp54 static const int32 kTypeResourceID = 2; variable
165 error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE, in GetType()
194 error = _WriteData(kTypeAttribute, kTypeResourceID, in SetType()
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp71 static const int32 kTypeResourceID = 2; variable
397 ::CheckResource(file, kTypeAttribute, kTypeResourceID, in CheckResource()
789 CheckResource(file, kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE, in CheckTypeResource()