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

  /external/checkpolicy/
module_compiler.c 170 char *bounds_id, *delim; local
176 bounds_id = strdup(role_id);
177 if (!bounds_id) {
181 bounds_id[(size_t)(delim - role_id)] = '\0';
183 bounds = hashtab_search(roles_tab, bounds_id);
186 bounds_id, role_id);
194 role_id, bounds_id,
198 free(bounds_id);
374 char *bounds_id, *delim; local
380 bounds_id = strdup(user_id)
    [all...]
policy_define.c 1165 static int define_typebounds_helper(char *bounds_id, char *type_id)
1169 if (!is_id_in_scope(SYM_TYPES, bounds_id)) {
1170 yyerror2("type %s is not within scope", bounds_id);
1174 bounds = hashtab_search(policydbp->p_types.table, bounds_id);
1176 yyerror2("hoge unknown type %s", bounds_id);
    [all...]

Completed in 27 milliseconds