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

/vbox/src/libs/xpcom18a4/ipc/ipcd/client/src/
H A DipcConnectionStub.cpp49 IPC_Connect(const char *daemonPath) function
H A DipcConnection.h55 * IPC_Connect
65 IPC_METHOD_PRIVATE IPC_Connect(const char *daemonPath);
86 * IPC_SendMsg cannot be called before IPC_Connect or after IPC_Disconnect.
114 * specific IPC_Connect implementation. It should not return until the daemon
H A DipcConnectionUnix.cpp449 IPC_Connect(const char *daemonPath) function
594 IPC_Connect("/builds/moz-trunk/seamonkey-debug-build/dist/bin/mozilla-ipcd");
H A DipcConnectionWin.cpp266 IPC_Connect(const char *daemonPath) function
268 LOG(("IPC_Connect\n"));
H A Dipcdclient.cpp787 rv = IPC_Connect(dpath.get());

Completed in 301 milliseconds