Searched refs:seopts_file_product (Results 1 – 1 of 1) sorted by relevance
13 static const struct selinux_opt seopts_file_product[] = { variable182 for (i = 0; i < ARRAY_SIZE(seopts_file_product); i++) { in selinux_android_file_context_handle()183 if (access(seopts_file_product[i].value, R_OK) != -1) { in selinux_android_file_context_handle()184 seopts_file[size++] = seopts_file_product[i]; in selinux_android_file_context_handle()