Home
last modified time | relevance | path

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

/external/squashfs-tools/squashfs-tools/
Dandroid.c63 struct selinux_opt seopts[] = { in get_sehnd() local
70 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
/external/e2fsprogs/contrib/android/
Dperms.c299 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, "" } }; in android_configure_fs() local
300 seopts[0].value = file_contexts; in android_configure_fs()
301 sehnd = selabel_open(SELABEL_CTX_FILE, seopts, 1); in android_configure_fs()
305 seopts[0].value); in android_configure_fs()