Searched refs:seopts_prop_product (Results 1 – 1 of 1) sorted by relevance
33 static const struct selinux_opt seopts_prop_product[] = { variable215 for (i = 0; i < ARRAY_SIZE(seopts_prop_product); i++) { in selinux_android_prop_context_handle()216 if (access(seopts_prop_product[i].value, R_OK) != -1) { in selinux_android_prop_context_handle()217 seopts_prop[size++] = seopts_prop_product[i]; in selinux_android_prop_context_handle()