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

/haiku/src/bin/
H A Dsetmime.cpp507 BString fPrefApp; member in class:MimeType
716 fPrefApp.Truncate(0);
822 fPrefApp.SetTo(path.Path(), B_MIME_TYPE_LENGTH);
891 if (!fPrefApp.IsEmpty()
892 && fPrefApp.ICompare(mimetype) == 0
909 if (!fPrefApp.IsEmpty())
910 cout << " " << kPreferredApp << " " << fPrefApp;
977 if (value != NULL && (!fDoAdd || fPrefApp.IsEmpty())) {

Completed in 9 milliseconds