Lines Matching refs:backend
246 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *path… in do_compare_and_die_on_error() argument
256 global_state.sepolicy.sehnd[i] = selabel_open(backend, opts, 2); in do_compare_and_die_on_error()
267 static void do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode … in do_fc_check_and_die_on_error() argument
329 global_state.sepolicy.sehnd[0] = selabel_open(backend, opts, 2); in do_fc_check_and_die_on_error()
344 unsigned int backend = SELABEL_CTX_FILE; in main() local
362 backend = SELABEL_CTX_ANDROID_PROP; in main()
366 backend = SELABEL_CTX_ANDROID_SERVICE; in main()
370 backend = SELABEL_CTX_ANDROID_SERVICE; in main()
374 backend = SELABEL_CTX_ANDROID_SERVICE; in main()
388 if (compare && backend != SELABEL_CTX_FILE) { in main()
395 do_compare_and_die_on_error(opts, backend, &(argv[index])); in main()
401 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty); in main()