Searched refs:seopts_prop_odm (Results 1 – 1 of 1) sorted by relevance
44 static const struct selinux_opt seopts_prop_odm[] = { variable227 for (i = 0; i < ARRAY_SIZE(seopts_prop_odm); i++) { in selinux_android_prop_context_handle()228 if (access(seopts_prop_odm[i].value, R_OK) != -1) { in selinux_android_prop_context_handle()229 seopts_prop[size++] = seopts_prop_odm[i]; in selinux_android_prop_context_handle()