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

/haiku/src/preferences/notifications/
H A DAppRefFilter.cpp27 const char *constFileType; local
45 constFileType = type;
47 constFileType = filetype;
51 if (strcmp("application/x-vnd.Be-directory", constFileType) == 0)
54 else if (strcmp("application/x-vnd.Be-volume", constFileType) == 0)
57 else if (strcmp("application/x-vnd.Be-elfexecutable", constFileType) == 0)
60 else if (strcmp("application/x-vnd.be-elfexecutable", constFileType) == 0)

Completed in 78 milliseconds