Home
last modified time | relevance | path

Searched refs:ReadResource (Results 1 – 7 of 7) sorted by relevance

/haiku/src/kits/storage/
H A DResources.cpp277 error = fResourceFile->ReadResource(*resource); in LoadResource()
303 error = fResourceFile->ReadResource(*resource); in LoadResource()
329 if (fResourceFile->ReadResource(*resource) != B_OK) in PreloadResourceType()
630 error = fResourceFile->ReadResource(*item); in WriteResource()
649 BResources::ReadResource(type_code type, int32 id, void* data, off_t offset, in ReadResource() function in BResources
662 error = fResourceFile->ReadResource(*item); in ReadResource()
H A DResourceFile.cpp311 ResourceFile::ReadResource(ResourceItem& resource, bool force) in ReadResource() function in BPrivate::Storage::ResourceFile
353 error = ReadResource(*resource, force); in ReadResources()
/haiku/headers/private/storage/
H A DResourceFile.h67 status_t ReadResource(ResourceItem& resource,
/haiku/headers/os/storage/
H A DResources.h101 status_t ReadResource(type_code type, int32 id,
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp583 status_t error = resources.ReadResource(info.type, info.id, buffer, in ReadResTest()
590 error = resources.ReadResource(info.type, info.id, buffer, offset, 2); in ReadResTest()
596 error = resources.ReadResource(info.type, info.id, buffer, 0, in ReadResTest()
639 status_t error = resources.ReadResource(info.type, info.id, buffer, in ReadResTest()
686 status_t error = resources.ReadResource(info.type, info.id, buffer, in ReadBadResTest()
958 status_t error = resources.ReadResource(info.type, info.id, NULL, in ReadTest()
H A DAppFileInfoTest.cpp270 ReadResource(BFile &file, const char *name, int32 id, type_code type, in ReadResource() function
560 char *buffer = ReadResource(file, kSupportedTypesAttribute, in CheckResource()
/haiku/docs/user/storage/
H A DResources.dox681 \fn status_t BResources::ReadResource(type_code type, int32 id,