Searched refs:_RemoveData (Results 1 – 3 of 3) sorted by relevance
/haiku/src/build/libbe/storage/ |
H A D | AppFileInfo.cpp | 198 error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE); in SetType() 247 error = _RemoveData(kSignatureAttribute, B_MIME_STRING_TYPE); in SetSignature() 285 return _RemoveData(kCatalogEntryAttribute, B_STRING_TYPE); in SetCatalogEntry() 341 error = _RemoveData(kAppFlagsAttribute, B_APP_FLAGS_TYPE); in RemoveAppFlags() 423 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE); in SetSupportedTypes() 635 error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE); in SetVersionInfo() 861 error = _RemoveData(attribute, attrType); in SetIconForType() 914 error = _RemoveData(attribute, attrType); in SetIconForType() 1128 BAppFileInfo::_RemoveData(const char* name, type_code type) in _RemoveData() function in BAppFileInfo
|
/haiku/src/kits/storage/ |
H A D | AppFileInfo.cpp | 198 error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE); in SetType() 247 error = _RemoveData(kSignatureAttribute, B_MIME_STRING_TYPE); in SetSignature() 285 return _RemoveData(kCatalogEntryAttribute, B_STRING_TYPE); in SetCatalogEntry() 341 error = _RemoveData(kAppFlagsAttribute, B_APP_FLAGS_TYPE); in RemoveAppFlags() 423 error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE); in SetSupportedTypes() 633 error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE); in SetVersionInfo() 859 error = _RemoveData(attribute, attrType); in SetIconForType() 910 error = _RemoveData(attribute, attrType); in SetIconForType() 1199 BAppFileInfo::_RemoveData(const char* name, type_code type) in _RemoveData() function in BAppFileInfo
|
/haiku/headers/os/storage/ |
H A D | AppFileInfo.h | 130 status_t _RemoveData(const char* name, type_code type);
|