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

  /external/libselinux/src/
context.c 13 char *current_str; /* This is made up-to-date only when needed */ member in struct:__anon22858
38 n->current_str = n->component[0] = n->component[1] = n->component[2] =
106 conditional_free(&n->current_str);
126 conditional_free(&n->current_str);
132 n->current_str = malloc(total);
133 if (n->current_str != 0) {
134 char *cp = n->current_str;
146 return n->current_str;
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c 2124 char *read_buf = NULL, *next_str = NULL, *current_str = NULL, *buf = NULL; local
2283 char *read_buf, *next_str, *current_str, *buf, *p, *verb_name; local
2706 char *current_str, *next_str, *str_addr, *buf; local
2740 char *current_str, *next_str, *str_addr, *buf; local
2771 char *current_str, *next_str, *str_addr, *buf; local
2802 char *current_str, *next_str, *str_addr, *buf, *p; local
2833 char *current_str, *next_str, *str_addr, *buf; local
2877 char *read_buf, *next_str, *current_str, *verb_ptr; local
3180 char *current_str, *next_str, *str_addr; local
3220 char *p, *current_str, *next_str, *name; local
    [all...]