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

/haiku/src/bin/
H A Dsetmime.cpp508 BString fPrefAppSig; member in class:MimeType
717 fPrefAppSig.Truncate(0);
826 fPrefAppSig.SetTo(buffer, B_MIME_TYPE_LENGTH);
911 if (!fPrefAppSig.IsEmpty())
912 cout << " " << kPreferredAppSig << " " << fPrefAppSig;
989 if (value != NULL && (!fDoAdd || fPrefAppSig.IsEmpty()))

Completed in 32 milliseconds