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

  /external/selinux/libsepol/tests/
helpers.h 42 * policy_name Name of the policy in the directory.
48 extern int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name);
helpers.c 35 int test_load_policy(policydb_t * p, int policy_type, int mls, const char *test_name, const char *policy_name)
40 if (snprintf(filename, PATH_MAX, "policies/%s/%s.mls", test_name, policy_name) < 0) {
44 if (snprintf(filename, PATH_MAX, "policies/%s/%s.std", test_name, policy_name) < 0) {
  /frameworks/av/drm/mediacas/plugins/clearkey/protos/
license_protos.proto 48 // The policy_name is required. It's a foreign key to the policy table.
49 optional string policy_name = 4; // Name of the Policy to apply to this asset.
  /external/autotest/client/cros/enterprise/
enterprise_policy_base.py 189 @raises error.TestFail if |policy_name| and |policy_value| are not
272 def _get_policy_stats_shown(self, policy_tab, policy_name):
273 """Get the info shown for |policy_name| from the |policy_tab| page.
275 Return a dict of stats for the policy given by |policy_name|, from
284 @param policy_name: The name of the policy.
290 stats = {'name': policy_name}
319 ''' % policy_name)
321 logging.debug('Policy %s row: %s', policy_name, row_values)
324 'Could not get policy info for %s!' % policy_name)
338 def _get_policy_value_from_new_tab(self, policy_name)
    [all...]
  /system/update_engine/update_manager/
update_manager-inl.h 51 const std::string policy_name = policy_->PolicyRequestName(policy_method); local
52 LOG(INFO) << policy_name << ": START";
74 LOG(INFO) << policy_name << ": END";
  /external/iptables/iptables/
nft.c 1213 static const char *policy_name[NF_ACCEPT+1] = { variable
1232 printf(":%s %s [%"PRIu64":%"PRIu64"]\n", chain, policy_name[pol],
    [all...]

Completed in 120 milliseconds