Home
last modified time | relevance | path

Searched defs:policy_info (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c59 typedef struct policy_info policy_info; typedef
144 struct policy_info { struct
146 char *policy_file_name; /** policy file path name */
147 FILE *policy_file; /** file handle to the policy file */
148 sepol_policydb_t *db;
172 static policy_info pol = { argument