HomeSort by relevance Sort by last modified time
    Searched refs:read_spec_entries (Results 1 - 9 of 9) sorted by null

  /external/libselinux/src/
label_internal.h 88 * The read_spec_entries function may be used to
91 extern int read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...);
label_support.c 15 * The read_spec_entries and read_spec_entry functions may be used to
70 int hidden read_spec_entries(char *line_buf, const char **errbuf, int num_args, ...) function
label_android_property.c 94 items = read_spec_entries(line_buf, &errbuf, 2, &prop, &context);
label_file.h 396 items = read_spec_entries(line_buf, &errbuf, 3, &regex, &type, &context);
  /external/selinux/libselinux/src/
label_internal.h 140 * The read_spec_entries function may be used to
143 extern int read_spec_entries(char *line_buf, int num_args, ...);
label_support.c 16 * The read_spec_entries and read_spec_entry functions may be used to
53 int hidden read_spec_entries(char *line_buf, int num_args, ...) function
label_android_property.c 93 items = read_spec_entries(line_buf, 2, &prop, &context);
label_file.h 393 items = read_spec_entries(line_buf, 3, &regex, &type, &context);
  /bionic/libc/bionic/
system_properties.cpp 858 * The read_spec_entries and read_spec_entry functions may be used to
897 static int read_spec_entries(char *line_buf, int num_args, ...) function
957 int items = read_spec_entries(buffer, 2, &prop_prefix, &context);
    [all...]

Completed in 444 milliseconds