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

  /external/libchrome/sandbox/linux/syscall_broker/
broker_policy.cc 21 BrokerPolicy::BrokerPolicy(int denied_errno,
36 BrokerPolicy::~BrokerPolicy() {
50 bool BrokerPolicy::GetFileNameIfAllowedToAccess(
78 bool BrokerPolicy::GetFileNameIfAllowedToOpen(const char* requested_filename,
broker_policy.h 20 // BrokerPolicy allows to define the security policy enforced by a
22 // IPC channel according to the BrokerPolicy.
25 class BrokerPolicy {
32 BrokerPolicy(int denied_errno,
35 ~BrokerPolicy();
82 DISALLOW_COPY_AND_ASSIGN(BrokerPolicy);

Completed in 183 milliseconds