OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetIPCDescriptor
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/syscall_broker/
broker_client.h
53
int
GetIPCDescriptor
() const { return ipc_channel_.get(); }
broker_process_unittest.cc
44
static int
GetIPCDescriptor
(const BrokerProcess* broker) {
45
return broker->broker_client_->
GetIPCDescriptor
();
535
const int ipc_fd = BrokerProcessTestHelper::
GetIPCDescriptor
(&open_broker);
Completed in 230 milliseconds