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

/haiku/headers/build/os/storage/
H A DMimeType.h36 extern const char *B_ELF_APP_MIME_TYPE; // "application/x-vnd.be-elfexecutable"
/haiku/src/build/libbe/storage/
H A DMimeType.cpp29 const char *B_ELF_APP_MIME_TYPE = "application/x-vnd.be-elfexecutable"; variable
34 const char *B_APP_MIME_TYPE = B_ELF_APP_MIME_TYPE;
402 return type->SetType(B_ELF_APP_MIME_TYPE);
/haiku/headers/os/storage/
H A DMimeType.h39 extern const char* B_ELF_APP_MIME_TYPE; // "application/x-vnd.be-elfexecutable"
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.cpp101 ? B_ELF_APP_MIME_TYPE : B_FILE_MIME_TYPE);
/haiku/src/kits/storage/
H A DMimeType.cpp39 const char* B_ELF_APP_MIME_TYPE = "application/x-vnd.Be-elfexecutable"; variable
44 const char* B_APP_MIME_TYPE = B_ELF_APP_MIME_TYPE;

Completed in 45 milliseconds