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

/haiku/src/kits/tracker/
H A DNavMenu.cpp199 char mimestr[B_MIME_TYPE_LENGTH]; local
201 if (nodeinfo.GetType(mimestr) == B_OK && strlen(mimestr) > 0) {
204 if (strcmp(B_LINK_MIMETYPE, mimestr) == 0) {
217 if (typeslist->ItemAt(index)->Compare(mimestr) == 0) {
224 typeslist->AddItem(new BString(mimestr));

Completed in 11 milliseconds