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

  /external/libsepol/include/sepol/policydb/
context.h 73 static inline int context_cpy(context_struct_t * dst, context_struct_t * src) function
  /external/libsepol/src/
interfaces.c 33 context_cpy(&tmp_iface->context[0], tmp_con);
42 context_cpy(&tmp_iface->context[1], tmp_con);
nodes.c 59 context_cpy(&tmp_node->context[0], tmp_con);
ports.c 77 context_cpy(&tmp_port->context[0], tmp_con);
sidtab.c 68 if (context_cpy(&newnode->context, context)) {
services.c 879 if (context_cpy(&oldc, c))
    [all...]

Completed in 193 milliseconds