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 {
33 explicit BrokerProcess(const std::vector<std::string>& allowed_r_files_,
37 ~BrokerProcess();
86 DISALLOW_IMPLICIT_CONSTRUCTORS(BrokerProcess);
broker_process.cc 123 BrokerProcess::BrokerProcess(const std::vector<std::string>& allowed_r_files,
137 BrokerProcess::~BrokerProcess() {
143 bool BrokerProcess::Init(bool (*sandbox_callback)(void)) {
192 int BrokerProcess::Access(const char* pathname, int mode) const {
196 int BrokerProcess::Open(const char* pathname, int flags) const {
204 int BrokerProcess::PathAndFlagsSyscall(enum IPCCommands syscall_type,
296 bool BrokerProcess::HandleRequest() const {
348 bool BrokerProcess::HandleRemoteCommand(IPCCommands command_type, int reply_ipc
    [all...]

Completed in 44 milliseconds