Home
last modified time | relevance | path

Searched refs:fast_check_in_client (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_process.cc36 bool fast_check_in_client, in BrokerProcess() argument
39 fast_check_in_client_(fast_check_in_client), in BrokerProcess()
Dbroker_process_unittest.cc83 void TestOpenFilePerms(bool fast_check_in_client, int denied_errno) { in TestOpenFilePerms() argument
99 BrokerProcess open_broker(denied_errno, permissions, fast_check_in_client); in TestOpenFilePerms()
244 void TestBadPaths(bool fast_check_in_client) { in TestBadPaths() argument
256 new BrokerProcess(EPERM, permissions, fast_check_in_client)); in TestBadPaths()
304 void TestOpenCpuinfo(bool fast_check_in_client, bool recursive) { in TestOpenCpuinfo() argument
315 new BrokerProcess(EPERM, permissions, fast_check_in_client)); in TestOpenCpuinfo()
446 void TestOpenComplexFlags(bool fast_check_in_client) { in TestOpenComplexFlags() argument
451 BrokerProcess open_broker(EPERM, permissions, fast_check_in_client); in TestOpenComplexFlags()
Dbroker_client.cc126 bool fast_check_in_client, in BrokerClient() argument
130 fast_check_in_client_(fast_check_in_client), in BrokerClient()
Dbroker_client.h35 bool fast_check_in_client,
Dbroker_process.h50 bool fast_check_in_client = true,