Searched refs:seopts_prop_plat (Results 1 – 1 of 1) sorted by relevance
29 static const struct selinux_opt seopts_prop_plat[] = { variable209 for (i = 0; i < ARRAY_SIZE(seopts_prop_plat); i++) { in selinux_android_prop_context_handle()210 if (access(seopts_prop_plat[i].value, R_OK) != -1) { in selinux_android_prop_context_handle()211 seopts_prop[size++] = seopts_prop_plat[i]; in selinux_android_prop_context_handle()