Searched refs:idFound (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/storage/
H A DResources.h75 type_code* typeFound, int32* idFound,
79 int32 andIndex, int32* idFound,
86 const char* andName, int32* idFound,
90 int32* idFound, size_t* lengthFound,
/haiku/src/kits/storage/
H A DResources.cpp468 int32* idFound, const char** nameFound, size_t* lengthFound)
476 if (idFound)
477 *idFound = item->ID();
489 BResources::GetResourceInfo(type_code byType, int32 andIndex, int32* idFound, argument
498 if (idFound)
499 *idFound = item->ID();
530 int32* idFound, size_t* lengthFound)
536 if (idFound)
537 *idFound = item->ID();
548 int32* idFound, size_
467 GetResourceInfo(int32 byIndex, type_code* typeFound, int32* idFound, const char** nameFound, size_t* lengthFound) argument
529 GetResourceInfo(type_code byType, const char* andName, int32* idFound, size_t* lengthFound) argument
547 GetResourceInfo(const void* byPointer, type_code* typeFound, int32* idFound, size_t* lengthFound, const char** nameFound) argument
[all...]
H A DAppFileInfo.cpp1083 int32 idFound; local
1086 if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1091 if (error == B_OK && id >= 0 && idFound != id)
1167 int32 idFound; local
1169 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1170 id = idFound;
1216 int32 idFound; local
1218 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1219 error = fResources->RemoveResource(type, idFound);
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp1047 int32 idFound; local
1050 if (!fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1055 if (error == B_OK && id >= 0 && idFound != id)
1111 int32 idFound; local
1113 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1114 id = idFound;
1145 int32 idFound; local
1147 if (fResources->GetResourceInfo(type, name, &idFound, &sizeFound))
1148 error = fResources->RemoveResource(type, idFound);
/haiku/src/tests/kits/storage/
H A DAppFileInfoTest.cpp275 int32 idFound; local
276 CHK(resources.GetResourceInfo(type, name, &idFound, &size) == true);
277 CHK(idFound == id);
309 int32 idFound; local
311 CHK(resources.GetResourceInfo(type, name, &idFound, &size) == true);
312 CHK(idFound == id);
337 int32 idFound; local
342 !found && resources.GetResourceInfo(i, &typeFound, &idFound,

Completed in 35 milliseconds