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

/haiku/src/kits/tracker/
H A DFindPanel.cpp2853 BMessage attributeMessage; local
2854 if (mimeType.GetAttrInfo(&attributeMessage) != B_OK)
2863 if (attributeMessage.FindString("attr:public_name", index,
2868 if (!attributeMessage.FindBool("attr:viewable"))
2872 if (attributeMessage.FindString("attr:name", index, &attributeName)
2878 if (attributeMessage.FindInt32("attr:type", index, &type) != B_OK)

Completed in 39 milliseconds