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

  /external/selinux/checkpolicy/
module_compiler.c 171 char *bounds_id, *delim; local
177 bounds_id = strdup(role_id);
178 if (!bounds_id) {
182 bounds_id[(size_t)(delim - role_id)] = '\0';
184 bounds = hashtab_search(roles_tab, bounds_id);
187 bounds_id, role_id);
195 role_id, bounds_id,
199 free(bounds_id);
375 char *bounds_id, *delim; local
381 bounds_id = strdup(user_id)
    [all...]
policy_define.c 1298 static int define_typebounds_helper(char *bounds_id, char *type_id)
1302 if (!is_id_in_scope(SYM_TYPES, bounds_id)) {
1303 yyerror2("type %s is not within scope", bounds_id);
1307 bounds = hashtab_search(policydbp->p_types.table, bounds_id);
1309 yyerror2("hoge unknown type %s", bounds_id);
    [all...]

Completed in 527 milliseconds