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

  /external/checkpolicy/
checkmodule.c 47 unsigned int policy_type = POLICY_BASE; variable
126 p->policy_type = policy_type;
209 policy_type = POLICY_MOD;
226 if (handle_unknown && (policy_type != POLICY_BASE)) {
255 modpolicydb.policy_type = policy_type;
268 if (modpolicydb.policy_type == POLICY_BASE) {
  /external/chromium_org/chromeos/network/
policy_util.cc 80 std::string policy_type; local
82 &policy_type);
86 if (policy_type != actual_network_type)
  /external/chromium_org/content/shell/browser/
shell_network_delegate.cc 86 net::StaticCookiePolicy::Type policy_type = g_accept_all_cookies ? local
89 net::StaticCookiePolicy policy(policy_type);
98 net::StaticCookiePolicy::Type policy_type = g_accept_all_cookies ? local
101 net::StaticCookiePolicy policy(policy_type);
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_store.cc 35 const char* policy_type; member in struct:policy::__anon11109::DomainConstants
55 if (kDomains[i].policy_type == type)
86 std::string* policy_type) {
89 *policy_type = constants->policy_type;
94 bool ComponentCloudPolicyStore::GetPolicyDomain(const std::string& policy_type,
96 const DomainConstants* constants = GetDomainConstantsForType(policy_type);
137 proto.Pass(), constants.policy_type, id, &payload, NULL)) {
261 GetDomainConstantsForType(policy_data.policy_type());
272 const std::string& policy_type,
    [all...]
  /external/libsepol/src/
policydb.c 691 (p->policy_type ==
802 if (p->policy_type != POLICY_KERN && p->policy_type != POLICY_MOD) {
3607 unsigned int policy_type, bufindex; local
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 467 uint32_t policy_type; member in struct:policydb
723 (((p)->policy_type == POLICY_KERN \
725 ((p)->policy_type != POLICY_KERN \

Completed in 294 milliseconds