Searched refs:byType (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/storage/
H A DResources.h78 bool GetResourceInfo(type_code byType,
82 bool GetResourceInfo(type_code byType, int32 andID,
85 bool GetResourceInfo(type_code byType,
/haiku/src/kits/storage/
H A DResources.cpp487 // Gets information about a resource identified by byType and andIndex.
489 BResources::GetResourceInfo(type_code byType, int32 andIndex, int32* idFound, argument
494 item = fContainer->ResourceAt(fContainer->IndexOfType(byType,
509 // Gets information about a resource identified by byType and andID.
511 BResources::GetResourceInfo(type_code byType, int32 andID, argument
516 item = fContainer->ResourceAt(fContainer->IndexOf(byType, andID));
527 // Gets information about a resource identified by byType and andName.
529 BResources::GetResourceInfo(type_code byType, const char* andName, argument
534 item = fContainer->ResourceAt(fContainer->IndexOf(byType, andName));

Completed in 35 milliseconds