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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.h21 class UserlandFSServer : public BApplication { class in namespace:UserlandFS
23 UserlandFSServer(const char* signature);
24 virtual ~UserlandFSServer();
45 using UserlandFS::UserlandFSServer;
H A DUserlandFSServer.cpp6 #include "UserlandFSServer.h"
38 UserlandFSServer::UserlandFSServer(const char* signature) function in class:UserlandFSServer
49 UserlandFSServer::~UserlandFSServer()
67 UserlandFSServer::Init(const char* fileSystem, port_id port)
152 UserlandFSServer::GetNotificationRequestPort()
154 if (UserlandFSServer* server = dynamic_cast<UserlandFSServer*>(be_app))
162 UserlandFSServer
[all...]
H A Dmain.cpp11 #include "UserlandFSServer.h"
103 UserlandFSServer* server
104 = new(std::nothrow) UserlandFSServer(kServerSignature);
H A Dkernel_emu.cpp15 #include "UserlandFSServer.h"
120 *port = UserlandFSServer::GetNotificationRequestPort();
121 *fileSystem = UserlandFSServer::GetFileSystem();

Completed in 89 milliseconds