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 23 // 1. BrokerProcess open_broker(read_whitelist, write_whitelist);
27 class BrokerProcess {
37 explicit BrokerProcess(int denied_errno,
42 ~BrokerProcess();
97 DISALLOW_IMPLICIT_CONSTRUCTORS(BrokerProcess);
broker_process.cc 117 BrokerProcess::BrokerProcess(int denied_errno,
133 BrokerProcess::~BrokerProcess() {
139 bool BrokerProcess::Init(bool (*sandbox_callback)(void)) {
189 int BrokerProcess::Access(const char* pathname, int mode) const {
193 int BrokerProcess::Open(const char* pathname, int flags) const {
201 int BrokerProcess::PathAndFlagsSyscall(enum IPCCommands syscall_type,
294 bool BrokerProcess::HandleRequest() const {
346 bool BrokerProcess::HandleRemoteCommand(IPCCommands command_type, int reply_ipc
    [all...]

Completed in 465 milliseconds