Searched refs:seopts_file_vendor (Results 1 – 1 of 1) sorted by relevance
17 static const struct selinux_opt seopts_file_vendor[] = { variable188 for (i = 0; i < ARRAY_SIZE(seopts_file_vendor); i++) { in selinux_android_file_context_handle()189 if (access(seopts_file_vendor[i].value, R_OK) != -1) { in selinux_android_file_context_handle()190 seopts_file[size++] = seopts_file_vendor[i]; in selinux_android_file_context_handle()