OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpcon
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libselinux/src/
compute_user.c
95
char **ptr, *
tmpcon
;
local
97
if (selinux_raw_to_trans_context(*ptr, &
tmpcon
)) {
103
*ptr =
tmpcon
;
matchpathcon.c
122
char *
tmpcon
;
local
123
if (security_canonicalize_context_raw(*context, &
tmpcon
) < 0) {
134
*context =
tmpcon
;
/external/selinux/policycoreutils/setfiles/
setfiles.c
88
char *context = *contextp, *
tmpcon
;
local
96
} else if (security_canonicalize_context_raw(context, &
tmpcon
) == 0) {
98
*contextp =
tmpcon
;
Completed in 80 milliseconds