Symbol: _RemoveData
headers/os/storage/AppFileInfo.h
130
status_t _RemoveData(const char* name, type_code type);
src/build/libbe/storage/AppFileInfo.cpp
198
error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE);
src/build/libbe/storage/AppFileInfo.cpp
247
error = _RemoveData(kSignatureAttribute, B_MIME_STRING_TYPE);
src/build/libbe/storage/AppFileInfo.cpp
285
return _RemoveData(kCatalogEntryAttribute, B_STRING_TYPE);
src/build/libbe/storage/AppFileInfo.cpp
341
error = _RemoveData(kAppFlagsAttribute, B_APP_FLAGS_TYPE);
src/build/libbe/storage/AppFileInfo.cpp
423
error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
src/build/libbe/storage/AppFileInfo.cpp
635
error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE);
src/build/libbe/storage/AppFileInfo.cpp
861
error = _RemoveData(attribute, attrType);
src/build/libbe/storage/AppFileInfo.cpp
914
error = _RemoveData(attribute, attrType);
src/kits/storage/AppFileInfo.cpp
198
error = _RemoveData(kTypeAttribute, B_MIME_STRING_TYPE);
src/kits/storage/AppFileInfo.cpp
247
error = _RemoveData(kSignatureAttribute, B_MIME_STRING_TYPE);
src/kits/storage/AppFileInfo.cpp
285
return _RemoveData(kCatalogEntryAttribute, B_STRING_TYPE);
src/kits/storage/AppFileInfo.cpp
341
error = _RemoveData(kAppFlagsAttribute, B_APP_FLAGS_TYPE);
src/kits/storage/AppFileInfo.cpp
423
error = _RemoveData(kSupportedTypesAttribute, B_MESSAGE_TYPE);
src/kits/storage/AppFileInfo.cpp
633
error = _RemoveData(kVersionInfoAttribute, B_VERSION_INFO_TYPE);
src/kits/storage/AppFileInfo.cpp
859
error = _RemoveData(attribute, attrType);
src/kits/storage/AppFileInfo.cpp
910
error = _RemoveData(attribute, attrType);