HomeSort by relevance Sort by last modified time
    Searched refs:selabel_open (Results 1 - 9 of 9) sorted by null

  /external/libselinux/include/selinux/
label.h 59 * selabel_open - Create a labeling handle.
70 struct selabel_handle *selabel_open(unsigned int backend,
  /external/sepolicy/tools/
checkfc.c 82 sehnd = selabel_open(backend, opts, 2);
  /external/libselinux/src/
label.c 66 struct selabel_handle *selabel_open(unsigned int backend, function
android.c 605 h = selabel_open(SELABEL_CTX_FILE, &opts[i], 1);
  /bootable/recovery/updater/
updater.c 112 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /system/extras/ext4_utils/
make_ext4fs_main.c 136 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 581 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /system/core/init/
init.c 758 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, &seopts_prop[i], 1);
  /bootable/recovery/
recovery.cpp 907 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
    [all...]

Completed in 1526 milliseconds