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

  /external/squashfs-tools/squashfs-tools/
android.c 58 struct selinux_opt seopts[] = { local
65 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts));
  /build/tools/fs_config/
fs_config.c 59 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } }; local
60 struct selabel_handle* sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /system/extras/ext4_utils/
make_ext4fs_main.c 87 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } }; local
148 seopts[0].value = optarg;
149 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /bootable/recovery/updater/
updater.cpp 121 struct selinux_opt seopts[] = { local
125 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /external/libselinux/src/
android.c 51 static const struct selinux_opt seopts[] = { variable in typeref:struct:selinux_opt
124 if (access(seopts[1].value, R_OK) != 0)
    [all...]
  /bootable/recovery/
recovery.cpp 1614 struct selinux_opt seopts[] = { local
    [all...]

Completed in 109 milliseconds