Searched refs:GetResourceInfo (Results 1 - 12 of 12) sorted by relevance

/haiku/headers/os/storage/
H A DResources.h74 bool GetResourceInfo(int32 byIndex,
78 bool GetResourceInfo(type_code byType,
82 bool GetResourceInfo(type_code byType, int32 andID,
85 bool GetResourceInfo(type_code byType,
88 bool GetResourceInfo(const void* byPointer,
/haiku/src/bin/
H A Dlistres.cpp122 while (resources.GetResourceInfo(index++, &type, &id, &name, &size)) {
H A Dresattr.cpp89 resources.GetResourceInfo(resIndex, &type, &id, &name, &size);
155 while (resources.GetResourceInfo(attrInfo.type, resID, &existingName,
H A Dxres.cpp366 resources.GetResourceInfo(i, &type, &id, &name, &size); i++) {
431 resources.GetResourceInfo(i, &type, &id, &name, &size);
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp541 // GetResourceInfo()
545 CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.id,
551 CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.name,
565 // GetResourceInfo()
570 CPPUNIT_ASSERT( resources.GetResourceInfo(data1, &type, &id, &length,
620 // GetResourceInfo()
624 CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.id,
626 CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.name,
662 // GetResourceInfo()
667 CPPUNIT_ASSERT( resources.GetResourceInfo(inf
[all...]
H A DAppFileInfoTest.cpp276 CHK(resources.GetResourceInfo(type, name, &idFound, &size) == true);
311 CHK(resources.GetResourceInfo(type, name, &idFound, &size) == true);
342 !found && resources.GetResourceInfo(i, &typeFound, &idFound,
/haiku/src/apps/resedit/
H A DResourceData.cpp71 if (!res.GetResourceInfo(index, (type_code*)&fType, &fID,
/haiku/src/kits/storage/
H A DResourceStrings.cpp164 while (fResources->GetResourceInfo(RESOURCE_TYPE, fStringCount, &id,
173 if (!fResources->GetResourceInfo(RESOURCE_TYPE, i, &id, &name,
H A DResources.cpp467 BResources::GetResourceInfo(int32 byIndex, type_code* typeFound, function in class:BResources
489 BResources::GetResourceInfo(type_code byType, int32 andIndex, int32* idFound, function in class:BResources
511 BResources::GetResourceInfo(type_code byType, int32 andID, function in class:BResources
529 BResources::GetResourceInfo(type_code byType, const char* andName, function in class:BResources
547 BResources::GetResourceInfo(const void* byPointer, type_code* typeFound, function in class:BResources
H A DAppFileInfo.cpp1086 if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1169 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1218 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp1050 if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1113 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1147 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
/haiku/src/bin/rc/
H A Ddecompile.cpp941 while (res.GetResourceInfo(t, &type, &id, &name, &length)) {

Completed in 77 milliseconds