OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seapp_context
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
android.c
158
struct
seapp_context
{
struct
173
static void free_seapp_context(struct
seapp_context
*s)
190
const struct
seapp_context
*const *sp1 = (const struct
seapp_context
*const *) A;
191
const struct
seapp_context
*const *sp2 = (const struct
seapp_context
*const *) B;
192
const struct
seapp_context
*s1 = *sp1, *s2 = *sp2;
262
static struct
seapp_context
**seapp_contexts = NULL;
286
struct
seapp_context
*cur;
311
seapp_contexts = (struct
seapp_context
**) calloc(nspec, sizeof(struct seapp_context *))
[
all
...]
/external/qemu/distrib/libselinux/src/
android.c
151
struct
seapp_context
{
struct
166
static void free_seapp_context(struct
seapp_context
*s)
183
const struct
seapp_context
*const *sp1 = (const struct
seapp_context
*const *) A;
184
const struct
seapp_context
*const *sp2 = (const struct
seapp_context
*const *) B;
185
const struct
seapp_context
*s1 = *sp1, *s2 = *sp2;
255
static struct
seapp_context
**seapp_contexts = NULL;
279
struct
seapp_context
*cur;
304
seapp_contexts = (struct
seapp_context
**) calloc(nspec, sizeof(struct seapp_context *))
[
all
...]
Completed in 362 milliseconds