Searched refs:read_spec_entries (Results 1 - 4 of 4) sorted by relevance
/third_party/selinux/libselinux/src/ |
H A D | label_internal.h | 149 * The read_spec_entries function may be used to 152 extern int read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...);
|
H A D | label_support.c | 66 int read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...) in read_spec_entries() function
|
H A D | label_file.h | 445 items = read_spec_entries(line_buf, &errbuf, 3, ®ex, &type, &context); in process_line()
|
H A D | label_backends_android.c | 94 items = read_spec_entries(line_buf, &errbuf, 2, &prop, &context); in process_line()
|
Completed in 3 milliseconds