Searched refs:selabel_lookup (Results 1 - 6 of 6) sorted by relevance
/third_party/selinux/libselinux/include/selinux/ |
H A D | label.h | 90 * selabel_lookup - Perform labeling lookup operation. 102 extern int selabel_lookup(struct selabel_handle *handle, char **con,
|
/third_party/selinux/libselinux/utils/ |
H A D | selabel_lookup.c | 104 rc = selabel_lookup(hnd, &context, key, type); in main() 111 fprintf(stderr, "ERROR: selabel_lookup failed to " in main() 115 fprintf(stderr, "ERROR: selabel_lookup failed to " in main() 120 fprintf(stderr, "selabel_lookup ERROR: %s\n", in main()
|
H A D | matchpathcon.c | 29 rc = selabel_lookup(hnd, &buf, path, mode); in printmatchpathcon() 35 fprintf(stderr, "selabel_lookup(%s) failed: %s\n", path, in printmatchpathcon()
|
/third_party/f2fs-tools/fsck/ |
H A D | sload.c | 87 if (selabel_lookup(sehnd, &secontext, mnt_path, mode) < 0) { in set_selinux_xattr()
|
/third_party/selinux/libselinux/src/ |
H A D | label.c | 267 int selabel_lookup(struct selabel_handle *rec, char **con, in selabel_lookup() function
|
H A D | matchpathcon.c | 456 selabel_lookup(hnd, con, path, mode); in matchpathcon_internal()
|
Completed in 5 milliseconds