Symbol: GetResourceInfo
headers/os/storage/Resources.h
74
bool GetResourceInfo(int32 byIndex,
headers/os/storage/Resources.h
78
bool GetResourceInfo(type_code byType,
headers/os/storage/Resources.h
82
bool GetResourceInfo(type_code byType, int32 andID,
headers/os/storage/Resources.h
85
bool GetResourceInfo(type_code byType,
headers/os/storage/Resources.h
88
bool GetResourceInfo(const void* byPointer,
src/apps/resedit/ResourceData.cpp
71
if (!res.GetResourceInfo(index, (type_code*)&fType, &fID,
src/bin/listres.cpp
122
while (resources.GetResourceInfo(index++, &type, &id, &name, &size)) {
src/bin/rc/decompile.cpp
944
while (res.GetResourceInfo(t, &type, &id, &name, &length)) {
src/bin/resattr.cpp
155
while (resources.GetResourceInfo(attrInfo.type, resID, &existingName,
src/bin/resattr.cpp
89
resources.GetResourceInfo(resIndex, &type, &id, &name, &size);
src/bin/xres.cpp
366
resources.GetResourceInfo(i, &type, &id, &name, &size); i++) {
src/bin/xres.cpp
431
resources.GetResourceInfo(i, &type, &id, &name, &size);
src/build/libbe/storage/AppFileInfo.cpp
1050
if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
src/build/libbe/storage/AppFileInfo.cpp
1113
if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
src/build/libbe/storage/AppFileInfo.cpp
1147
if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
src/kits/storage/AppFileInfo.cpp
1086
if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
src/kits/storage/AppFileInfo.cpp
1169
if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
src/kits/storage/AppFileInfo.cpp
1218
if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
src/kits/storage/ResourceStrings.cpp
164
while (fResources->GetResourceInfo(RESOURCE_TYPE, fStringCount, &id,
src/kits/storage/ResourceStrings.cpp
173
if (!fResources->GetResourceInfo(RESOURCE_TYPE, i, &id, &name,
src/tests/kits/storage/AppFileInfoTest.cpp
276
CHK(resources.GetResourceInfo(type, name, &idFound, &size) == true);
src/tests/kits/storage/AppFileInfoTest.cpp
311
CHK(resources.GetResourceInfo(type, name, &idFound, &size) == true);
src/tests/kits/storage/AppFileInfoTest.cpp
342
!found && resources.GetResourceInfo(i, &typeFound, &idFound,
src/tests/kits/storage/ResourcesTest.cpp
1017
CPPUNIT_ASSERT( resources.GetResourceInfo(count, &type, &id,
src/tests/kits/storage/ResourcesTest.cpp
1026
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.id, &name,
src/tests/kits/storage/ResourcesTest.cpp
545
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.id,
src/tests/kits/storage/ResourcesTest.cpp
551
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.name,
src/tests/kits/storage/ResourcesTest.cpp
570
CPPUNIT_ASSERT( resources.GetResourceInfo(data1, &type, &id, &length,
src/tests/kits/storage/ResourcesTest.cpp
624
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.id,
src/tests/kits/storage/ResourcesTest.cpp
626
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.name,
src/tests/kits/storage/ResourcesTest.cpp
667
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.id,
src/tests/kits/storage/ResourcesTest.cpp
669
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.name,
src/tests/kits/storage/ResourcesTest.cpp
671
CPPUNIT_ASSERT( resources.GetResourceInfo(0, &type, &id,
src/tests/kits/storage/ResourcesTest.cpp
673
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, 0, &id,
src/tests/kits/storage/ResourcesTest.cpp
840
CPPUNIT_ASSERT( resources.GetResourceInfo(i, &type, &id, &name,
src/tests/kits/storage/ResourcesTest.cpp
853
CPPUNIT_ASSERT( resources.GetResourceInfo(resourceCount, &type, &id,
src/tests/kits/storage/ResourcesTest.cpp
879
CPPUNIT_ASSERT( resources.GetResourceInfo(type, i, &id, &name,
src/tests/kits/storage/ResourcesTest.cpp
891
CPPUNIT_ASSERT( resources.GetResourceInfo(type, resourceCount, &id,
src/tests/kits/storage/ResourcesTest.cpp
942
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.id,
src/tests/kits/storage/ResourcesTest.cpp
944
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, info.name,
src/tests/kits/storage/ResourcesTest.cpp
946
CPPUNIT_ASSERT( resources.GetResourceInfo(int32(0), (type_code*)NULL,
src/tests/kits/storage/ResourcesTest.cpp
948
CPPUNIT_ASSERT( resources.GetResourceInfo(info.type, 0, NULL,