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

  /external/selinux/libsepol/cil/test/integration_testing/
nonmls.cil 45 (permissionset permset (open close))
47 (allow typea_t typeb_t testing permset)
mls_policy.cil 69 (permissionset permset (open close))
71 (allow typea_t typeb_t testing permset)
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 259 Set<MyPermissionInfo> permSet = new HashSet<MyPermissionInfo>();
269 getAllUsedPermissions(pkgInfo.applicationInfo.uid, permSet);
271 mPermsList.addAll(permSet);
277 Set<MyPermissionInfo> permSet = new HashSet<MyPermissionInfo>();
292 extractPerms(info, permSet, installedPkgInfo);
299 getAllUsedPermissions(sharedUid, permSet);
305 mPermsList.addAll(permSet);
324 private void getAllUsedPermissions(int sharedUid, Set<MyPermissionInfo> permSet) {
330 getPermissionsForPackage(sharedPkg, permSet);
334 private void getPermissionsForPackage(String packageName, Set<MyPermissionInfo> permSet) {
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_list.c 40 cil_permset_init(&test_avrule->classpermset->permset);
42 cil_list_init(&test_avrule->classpermset->permset->perms_list_str);
43 CuAssertPtrNotNull(tc, test_avrule->classpermset->permset->perms_list_str);
test_cil_copy_ast.c 616 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->flavor, test_copy->classpermset->permset->perms_list_str->head->flavor);
617 CuAssertStrEquals(tc, (char*)((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->data, (char*)test_copy->classpermset->permset->perms_list_str->head->data);
618 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->next->flavor, test_copy->classpermset->permset->perms_list_str->head->next->flavor);
619 CuAssertStrEquals(tc, (char*)((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->next->data, (char*)test_copy->classpermset->permset->perms_list_str->head->next->data);
    [all...]
test_cil_build_ast.c 82 cil_permset_init(&test_avrule->classpermset->permset);
84 cil_list_init(&test_avrule->classpermset->permset->perms_list_str);
88 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR);
113 cil_permset_init(&test_avrule->classpermset->permset);
115 cil_list_init(&test_avrule->classpermset->permset->perms_list_str);
119 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR);
144 cil_permset_init(&test_avrule->classpermset->permset);
148 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR);
869 struct cil_permset *permset; local
870 cil_permset_init(&permset);
885 struct cil_permset *permset; local
901 struct cil_permset *permset; local
917 struct cil_permset *permset = NULL; local
    [all...]

Completed in 1083 milliseconds