Searched refs:str_read (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/src/ |
D | private.h | 68 extern int str_read(char **strp, struct policy_file *fp, size_t len) hidden;
|
D | module.c | 798 if (str_read(name, file, len)) { in sepol_module_package_info() 811 if (str_read(version, file, len)) { in sepol_module_package_info()
|
D | conditional.c | 595 if (str_read(&key, fp, len)) in cond_read_bool()
|
D | services.c | 1759 int hidden str_read(char **strp, struct policy_file *fp, size_t len) in str_read() function
|
D | policydb.c | 2018 if(str_read(&key, fp, len)) in perm_read()
|