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

  /build/tools/fs_config/
fs_config.c 60 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } }; local
61 struct selabel_handle* sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /external/qemu/distrib/ext4_utils/src/
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);
  /system/extras/ext4_utils/
make_ext4fs_main.c 80 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } }; local
138 seopts[0].value = optarg;
139 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /bootable/recovery/updater/
updater.c 116 struct selinux_opt seopts[] = { local
120 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /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 1060 struct selinux_opt seopts[] = { local
    [all...]
  /external/libselinux/src/
android.c 42 static const struct selinux_opt seopts[] = { variable in typeref:struct:selinux_opt
855 h = get_selabel_handle(seopts);
    [all...]
  /external/qemu/distrib/libselinux/src/
android.c 41 static const struct selinux_opt seopts[] = { variable in typeref:struct:selinux_opt
848 h = get_selabel_handle(seopts);
    [all...]

Completed in 563 milliseconds