Home
last modified time | relevance | path

Searched refs:seopts (Results 1 – 4 of 4) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dandroid.c64 struct selinux_opt seopts[] = { in get_sehnd() local
71 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
/external/e2fsprogs/contrib/android/
Dperms.h37 void *seopts, in android_configure_fs() argument
59 struct selinux_opt *seopts,
Dperms.c328 struct selinux_opt *seopts EXT2FS_ATTR((unused)), in android_configure_fs()
341 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, nopt); in android_configure_fs()
346 seopts[0].value); in android_configure_fs()
/external/erofs-utils/lib/
Dconfig.c65 struct selinux_opt seopts[] = { in erofs_selabel_open() local
75 cfg.sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1); in erofs_selabel_open()