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

  /system/extras/ext4_utils/
make_ext4fs_main.c 76 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } }; local
135 seopts[0].value = optarg;
136 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /bootable/recovery/updater/
updater.c 108 struct selinux_opt seopts[] = { local
112 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /external/libselinux/src/
android.c 37 static const struct selinux_opt seopts[] = { variable in typeref:struct:selinux_opt
616 h = get_selabel_handle(seopts);
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 578 struct selinux_opt seopts[] = { local
581 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /bootable/recovery/
recovery.cpp 903 struct selinux_opt seopts[] = { local
907 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
    [all...]

Completed in 936 milliseconds