OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selabel_lookup_raw
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libselinux/include/selinux/
label.h
104
int
selabel_lookup_raw
(struct selabel_handle *handle, char **con,
/external/selinux/libselinux/utils/
selabel_lookup.c
100
rc =
selabel_lookup_raw
(hnd, &context, key, type);
/external/selinux/libselinux/src/
matchpathcon.c
448
selabel_lookup_raw
(hnd, con, path, mode) :
518
if (
selabel_lookup_raw
(hnd, &fcontext, path, mode) != 0) {
551
if (
selabel_lookup_raw
(hnd, &scontext, path, st.st_mode)) {
label.c
259
int
selabel_lookup_raw
(struct selabel_handle *rec, char **con,
function
selinux_restorecon.c
620
rc =
selabel_lookup_raw
(fc_sehandle, &newcon, "/",
623
rc =
selabel_lookup_raw
(fc_sehandle, &newcon, lookup_path,
Completed in 304 milliseconds