Home
last modified time | relevance | path

Searched refs:selabel_open (Results 1 – 12 of 12) sorted by relevance

/third_party/selinux/libselinux/utils/
Dselabel_partial_match.c61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
Dselabel_lookup.c91 hnd = selabel_open(backend, selabel_option, 2); in main()
Dselabel_lookup_best_match.c117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2); in main()
Dselabel_get_digests_all_partial_matches.c77 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
Dselabel_digest.c126 hnd = selabel_open(backend, selabel_option, 3); in main()
Dmatchpathcon.c131 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in main()
/third_party/selinux/libselinux/include/selinux/
Dlabel.h76 extern struct selabel_handle *selabel_open(unsigned int backend,
/third_party/selinux/libselinux/src/
Dlibselinux.map146 selabel_open;
Dlabel.c225 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
Dmatchpathcon.c366 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
Dselinux_restorecon.c1393 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()
/third_party/f2fs-tools/fsck/
Dsload.c314 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()