HomeSort by relevance Sort by last modified time
    Searched full:read_spec_entry (Results 1 - 3 of 3) sorted by null

  /external/libselinux/src/
label_support.c 15 * The read_spec_entries and read_spec_entry functions may be used to
29 static inline int read_spec_entry(char **entry, char **ptr, int *len, const char **errbuf) function
67 * This function calls read_spec_entry() to do the actual string processing.
107 rc = read_spec_entry(spec_entry, &buf_p, &entry_len, errbuf);
  /external/selinux/libselinux/src/
label_support.c 16 * The read_spec_entries and read_spec_entry functions may be used to
20 static inline int read_spec_entry(char **entry, char **ptr, int *len) function
51 * This function calls read_spec_entry() to do the actual string processing.
88 rc = read_spec_entry(spec_entry, &buf_p, &entry_len);
  /bionic/libc/bionic/
system_properties.cpp 858 * The read_spec_entries and read_spec_entry functions may be used to
864 static inline int read_spec_entry(char **entry, char **ptr, int *len) function
895 * This function calls read_spec_entry() to do the actual string processing.
932 rc = read_spec_entry(spec_entry, &buf_p, &entry_len);
    [all...]

Completed in 606 milliseconds