HomeSort by relevance Sort by last modified time
    Searched defs:BrokerProcess (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/linux/services/
broker_process.h 25 // 1. BrokerProcess open_broker(read_whitelist, write_whitelist);
29 class SANDBOX_EXPORT BrokerProcess {
39 explicit BrokerProcess(int denied_errno,
44 ~BrokerProcess();
99 DISALLOW_IMPLICIT_CONSTRUCTORS(BrokerProcess);
broker_process.cc 139 BrokerProcess::BrokerProcess(int denied_errno,
155 BrokerProcess::~BrokerProcess() {
168 bool BrokerProcess::Init(
218 int BrokerProcess::Access(const char* pathname, int mode) const {
222 int BrokerProcess::Open(const char* pathname, int flags) const {
230 int BrokerProcess::PathAndFlagsSyscall(enum IPCCommands syscall_type,
323 bool BrokerProcess::HandleRequest() const {
373 bool BrokerProcess::HandleRemoteCommand(IPCCommands command_type, int reply_ipc
    [all...]

Completed in 398 milliseconds