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

  /external/selinux/checkpolicy/
module_compiler.c 319 role_datum_t *dest_role = NULL; local
338 dest_role = hashtab_search(roles_tab, key);
339 if (dest_role == NULL) {
341 dest_role = malloc(sizeof(*dest_role));
342 if (dest_role == NULL) {
347 role_datum_init(dest_role);
348 dest_role->s.value = role->s.value;
349 dest_role->flavor = role->flavor;
351 dest_role = role
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_pan.cpp 192 jint dest_role) {
203 bt_status_t status = sPanIf->connect((RawAddress*)addr, src_role, dest_role);
  /external/selinux/libsepol/src/
link.c 1097 role_datum_t *role, *dest_role = NULL; local
1110 dest_role = hashtab_search(role_tab, id);
1111 assert(dest_role != NULL);
1127 if (ebitmap_union(&dest_role->dominates, &e_tmp)) {
1130 if (type_set_or_convert(&role->types, &dest_role->types, mod, state)) {
1146 if (ebitmap_union(&dest_role->roles, &e_tmp)) {
    [all...]

Completed in 3762 milliseconds