Home
last modified time | relevance | path

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

/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp165 error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE, in GetType()
214 error = _ReadData(kSignatureAttribute, kSignatureResourceID, in GetSignature()
263 status_t error = _ReadData(kCatalogEntryAttribute, kCatalogEntryResourceID, in GetCatalogEntry()
306 error = _ReadData(kAppFlagsAttribute, kAppFlagsResourceID, in GetAppFlags()
358 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID, in GetSupportedTypes()
566 status_t error = _ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in GetVersionInfo()
616 if (_ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in SetVersionInfo()
674 status_t error = _ReadData(attribute, -1, B_VECTOR_ICON_TYPE, NULL, 0, in GetIconForType()
734 error = _ReadData(attribute, -1, attrType, buffer, attrSize, in GetIconForType()
738 error = _ReadData(attribute, -1, attrType, icon->Bits(), attrSize, in GetIconForType()
[all …]
/haiku/src/kits/storage/
H A DAppFileInfo.cpp165 error = _ReadData(kTypeAttribute, kTypeResourceID, B_MIME_STRING_TYPE, in GetType()
214 error = _ReadData(kSignatureAttribute, kSignatureResourceID, in GetSignature()
263 status_t error = _ReadData(kCatalogEntryAttribute, kCatalogEntryResourceID, in GetCatalogEntry()
306 error = _ReadData(kAppFlagsAttribute, kAppFlagsResourceID, in GetAppFlags()
358 error = _ReadData(kSupportedTypesAttribute, kSupportedTypesResourceID, in GetSupportedTypes()
564 status_t error = _ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in GetVersionInfo()
614 if (_ReadData(kVersionInfoAttribute, kVersionInfoResourceID, in SetVersionInfo()
672 status_t error = _ReadData(attribute, -1, B_VECTOR_ICON_TYPE, NULL, 0, in GetIconForType()
732 error = _ReadData(attribute, -1, attrType, buffer, attrSize, in GetIconForType()
736 error = _ReadData(attribute, -1, attrType, icon->Bits(), attrSize, in GetIconForType()
[all …]
/haiku/headers/os/storage/
H A DAppFileInfo.h123 status_t _ReadData(const char* name, int32 id,