Home
last modified time | relevance | path

Searched refs:current_str (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libselinux/src/
Dcontext.c13 char *current_str; /* This is made up-to-date only when needed */ member
38 n->current_str = n->component[0] = n->component[1] = n->component[2] = in context_new()
106 conditional_free(&n->current_str); in context_free()
126 conditional_free(&n->current_str); in hidden_def()
132 n->current_str = malloc(total); in hidden_def()
133 if (n->current_str != 0) { in hidden_def()
134 char *cp = n->current_str; in hidden_def()
144 return n->current_str; in hidden_def()
/external/mesa3d/src/mesa/main/tests/
Dmesa_extensions.cpp45 const char *current_str = ext_names[i]; in TEST() local
49 ASSERT_LT(strcmp(current_str, next_str), 0); in TEST()