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

  /external/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) {
  /external/chromium/chrome/browser/policy/
configuration_policy_provider_win_unittest.cc 42 const char* policy_name,
46 policy_name_(policy_name),
71 const char* policy_name() const { return policy_name_; } function in class:policy::__anon3732::PolicyTestParams
78 const char* policy_name) {
80 policy_name,
86 const char* policy_name) {
88 policy_name,
94 const char* policy_name) {
96 policy_name,
102 const char* policy_name) {
    [all...]
configuration_policy_provider_mac_unittest.cc 24 const char* policy_name,
27 policy_name_(policy_name),
49 const char* policy_name() const { return policy_name_; } function in class:policy::PolicyTestParams
152 base::SysUTF8ToCFStringRef(GetParam().policy_name()));
166 base::SysUTF8ToCFStringRef(GetParam().policy_name()));
181 base::SysUTF8ToCFStringRef(GetParam().policy_name()));

Completed in 674 milliseconds