Searched refs:selabel_open (Results 1 – 12 of 12) sorted by relevance
/third_party/selinux/libselinux/utils/ |
D | selabel_partial_match.c | 61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
|
D | selabel_lookup.c | 91 hnd = selabel_open(backend, selabel_option, 2); in main()
|
D | selabel_lookup_best_match.c | 117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2); in main()
|
D | selabel_get_digests_all_partial_matches.c | 77 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
|
D | selabel_digest.c | 126 hnd = selabel_open(backend, selabel_option, 3); in main()
|
D | matchpathcon.c | 131 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in main()
|
/third_party/selinux/libselinux/include/selinux/ |
D | label.h | 76 extern struct selabel_handle *selabel_open(unsigned int backend,
|
/third_party/selinux/libselinux/src/ |
D | libselinux.map | 146 selabel_open;
|
D | label.c | 225 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
|
D | matchpathcon.c | 366 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
|
D | selinux_restorecon.c | 1393 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()
|
/third_party/f2fs-tools/fsck/ |
D | sload.c | 314 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
|