Searched refs:nodeType (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware_devices.cpp78 char nodeType[16]; local
80 if (of_getprop(node, "device_type", nodeType, sizeof(nodeType))
82 || strcmp(nodeType, type)
/haiku/headers/private/debugger/value/value_nodes/
H A DBMessageValueNode.h111 Type* nodeType,
/haiku/src/kits/storage/
H A DNodeInfo.cpp529 BMimeType nodeType(mimeString);
534 if (!success && nodeType.GetPreferredApp(signature) == B_OK) {
542 success = nodeType.GetIcon(icon, which) == B_OK;
546 if (!success && nodeType.GetSupertype(&superType) == B_OK) {
/haiku/src/build/libbe/storage/
H A DNodeInfo.cpp672 BMimeType nodeType; local
674 nodeType.SetTo(mimeString);
675 // success = (nodeType.GetIcon(icon, iconSize) == B_OK);
682 // if (nodeType.GetPreferredApp(signature) == B_OK) {
/haiku/src/kits/debugger/value/value_nodes/
H A DBMessageValueNode.cpp707 BMessageValueNode* parent, Type* nodeType, const BString &name,
713 fType(nodeType),
706 BMessageFieldNodeChild( BMessageValueNode* parent, Type* nodeType, const BString &name, type_code type, int32 count, int32 index) argument
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp853 BMimeType nodeType; local
854 nodeType.SetTo("application/x-vnd.haiku-package");
855 result = nodeType.GetIcon(packageIcon, icon_size(iconSize));
859 if (nodeType.GetSupertype(&superType) == B_OK)

Completed in 94 milliseconds