HomeSort by relevance Sort by last modified time
    Searched defs:sehnd (Results 1 - 3 of 3) sorted by null

  /external/sepolicy/tools/
checkfc.c 42 struct selabel_handle *sehnd; local
82 sehnd = selabel_open(backend, opts, 2);
83 if (!sehnd) {
  /system/extras/ext4_utils/
make_ext4fs_main.c 74 struct selabel_handle *sehnd = NULL; local
136 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
137 if (!sehnd) {
154 if (!sehnd && mountpoint) {
155 sehnd = selinux_android_file_context_handle();
157 if (!sehnd) {
204 sparse, crc, wipe, sehnd, verbose);
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 39 static struct selabel_handle *sehnd; variable in typeref:struct:selabel_handle
364 if (sehnd) {
389 if (selabel_lookup(sehnd, &secontext,
581 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
582 if (!sehnd) {
635 if (sehnd) {
648 if (selabel_lookup(sehnd, &secontext, sepath, stats.st_mode) < 0) {

Completed in 280 milliseconds