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

/haiku-fatelf/src/servers/registrar/
H A DTextSnifferAddon.cpp138 const char *subtypeMimeGeneric = NULL; local
229 subtypeMimeGeneric = "text/x-source-code";
237 subtypeMimeGeneric = "text/x-source-code";
271 subtypeMimeGeneric = types[p->type].generic_mime;
331 if (!found && subtypeMimeGeneric != NULL) {
332 mimeType->SetTo(subtypeMimeGeneric);
/haiku-fatelf/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp161 if (!found && subtypeMimeGeneric != NULL) {
162 mimeType->SetTo(subtypeMimeGeneric);
214 const char *subtypeMimeGeneric = NULL; local
317 subtypeMimeGeneric = "text/x-source-code";
325 subtypeMimeGeneric = "text/x-source-code";
359 subtypeMimeGeneric = types[p->type].generic_mime;
419 if (!found && subtypeMimeGeneric != NULL) {
420 mimeType->SetTo(subtypeMimeGeneric);

Completed in 46 milliseconds