Searched refs:selabel_lookup_raw (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libselinux/src/ |
D | matchpathcon.c | 448 selabel_lookup_raw(hnd, con, path, mode) : in matchpathcon() 518 if (selabel_lookup_raw(hnd, &fcontext, path, mode) != 0) { in selinux_file_context_verify() 551 if (selabel_lookup_raw(hnd, &scontext, path, st.st_mode)) { in selinux_lsetfilecon_default()
|
D | label.c | 260 int selabel_lookup_raw(struct selabel_handle *rec, char **con, in selabel_lookup_raw() function
|
D | selinux_restorecon.c | 618 rc = selabel_lookup_raw(fc_sehandle, &newcon, "/", in restorecon_sb() 621 rc = selabel_lookup_raw(fc_sehandle, &newcon, lookup_path, in restorecon_sb()
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 106 extern int selabel_lookup_raw(struct selabel_handle *handle, char **con,
|
/external/selinux/libselinux/utils/ |
D | selabel_lookup.c | 102 rc = selabel_lookup_raw(hnd, &context, key, type); in main()
|