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

  /external/selinux/libselinux/src/
label_support.c 25 static inline int read_spec_entry(char **entry, char **ptr, int *len, const char **errbuf) function
63 * This function calls read_spec_entry() to do the actual string processing.
103 rc = read_spec_entry(spec_entry, &buf_p, &entry_len, errbuf);
  /bionic/libc/system_properties/
contexts_split.cpp 120 // The read_spec_entries and read_spec_entry functions may be used to
125 static inline int read_spec_entry(char** entry, char** ptr, int* len) { function
152 // This function calls read_spec_entry() to do the actual string processing.
185 rc = read_spec_entry(spec_entry, &buf_p, &entry_len);

Completed in 278 milliseconds