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

  /external/e2fsprogs/contrib/android/
perms.h 18 void *seopts,
37 struct selinux_opt *seopts,
perms.c 291 struct selinux_opt *seopts,
302 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt);
306 seopts[0].value);
  /external/squashfs-tools/squashfs-tools/
android.c 63 struct selinux_opt seopts[] = { local
70 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts));
  /build/make/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 88 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } }; local
155 seopts[0].value = optarg;
156 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1);

Completed in 2253 milliseconds