OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:role_cp
(Results
1 - 1
of
1
) sorted by null
/external/libsepol/src/
user_record.c
174
char *
role_cp
;
local
180
role_cp
= strdup(role);
184
if (!
role_cp
|| !roles_realloc)
189
user->roles[user->num_roles - 1] =
role_cp
;
195
free(
role_cp
);
Completed in 39 milliseconds