Home
last modified time | relevance | path

Searched refs:BrokerProcess (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process_unittest.cc41 static void CloseChannel(BrokerProcess* broker) { broker->CloseChannel(); } in CloseChannel()
44 static int GetIPCDescriptor(const BrokerProcess* broker) { in GetIPCDescriptor()
57 TEST(BrokerProcess, CreateAndDestroy) { in TEST() argument
61 scoped_ptr<BrokerProcess> open_broker(new BrokerProcess(EPERM, permissions)); in TEST()
70 TEST(BrokerProcess, TestOpenAccessNull) { in TEST() argument
72 BrokerProcess open_broker(EPERM, empty); in TEST()
98 BrokerProcess open_broker(denied_errno, permissions, fast_check_in_client); in TestOpenFilePerms()
218 TEST(BrokerProcess, OpenFilePermsWithClientCheck) { in TEST() argument
224 TEST(BrokerProcess, OpenOpenFilePermsNoClientCheck) { in TEST() argument
231 TEST(BrokerProcess, OpenFilePermsWithClientCheckNoEnt) { in TEST() argument
[all …]
Dbroker_process.cc34 BrokerProcess::BrokerProcess( in BrokerProcess() function in sandbox::syscall_broker::BrokerProcess
46 BrokerProcess::~BrokerProcess() { in ~BrokerProcess()
61 bool BrokerProcess::Init( in Init()
105 void BrokerProcess::CloseChannel() { in CloseChannel()
109 int BrokerProcess::Access(const char* pathname, int mode) const { in Access()
114 int BrokerProcess::Open(const char* pathname, int flags) const { in Open()
Dbroker_process.h36 class SANDBOX_EXPORT BrokerProcess {
47 BrokerProcess(
53 ~BrokerProcess();
87 DISALLOW_COPY_AND_ASSIGN(BrokerProcess);