Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dmain.cpp14 static const char* kServerSignature variable
104 = new(std::nothrow) UserlandFSServer(kServerSignature); in main()
/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp45 static const char* kServerSignature = "application/x-vnd.agmsmith.spamdbm"; variable
161 if (be_roster->IsRunning (kServerSignature)) in _CheckForSpamServer()
164 status_t status = be_roster->Launch (kServerSignature); in _CheckForSpamServer()
200 fMessengerToServer = BMessenger(kServerSignature); in _GetTokenizeMode()