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

  /external/libselinux/src/
compute_create.c 16 security_context_t * newcon)
50 *newcon = strdup(buf);
51 if (!(*newcon)) {
  /external/libsepol/src/
iface_record.c 149 sepol_context_t *newcon; local
151 if (sepol_context_clone(handle, con, &newcon) < 0) {
157 iface->netif_con = newcon;
176 sepol_context_t *newcon; local
177 if (sepol_context_clone(handle, con, &newcon) < 0) {
183 iface->netmsg_con = newcon;
port_record.c 276 sepol_context_t *newcon; local
278 if (sepol_context_clone(handle, con, &newcon) < 0) {
284 port->con = newcon;
node_record.c 663 sepol_context_t *newcon; local
665 if (sepol_context_clone(handle, con, &newcon) < 0) {
671 node->con = newcon;
  /external/libselinux/include/selinux/
selinux.h 169 /* Compute a labeling decision and set *newcon to refer to it.
174 security_context_t * newcon);
176 /* Compute a relabeling decision and set *newcon to refer to it.
181 security_context_t * newcon);
183 /* Compute a polyinstantiation member decision and set *newcon to refer to it.
188 security_context_t * newcon);
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 52 security_context_t *newcon _UNUSED_PARAMETER_)

Completed in 1297 milliseconds