Home
last modified time | relevance | path

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

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