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 54 struct selinux_opt seopts[] = { local
61 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts));
  /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);
  /system/extras/ext4_utils/
make_ext4fs_main.c 84 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } }; local
145 seopts[0].value = optarg;
146 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /bootable/recovery/updater/
updater.c 117 struct selinux_opt seopts[] = { local
121 sehandle = selabel_open(SELABEL_CTX_FILE, seopts, 1);
  /external/libselinux/src/
android.c 44 static const struct selinux_opt seopts[] = { variable in typeref:struct:selinux_opt
117 if (access(seopts[1].value, R_OK) != 0)
    [all...]
  /bootable/recovery/
recovery.cpp 989 struct selinux_opt seopts[] = { local
    [all...]

Completed in 182 milliseconds