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

  /external/libselinux/src/
compute_create.c 16 char ** newcon)
50 *newcon = strdup(buf);
51 if (!(*newcon)) {
  /external/qemu/distrib/libselinux/src/
compute_create.c 16 char ** 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 170 /* Compute a labeling decision and set *newcon to refer to it.
175 char ** newcon);
177 /* Compute a relabeling decision and set *newcon to refer to it.
182 char ** newcon);
184 /* Compute a polyinstantiation member decision and set *newcon to refer to it.
189 char ** newcon);
  /external/qemu/distrib/libselinux/include/selinux/
selinux.h 170 /* Compute a labeling decision and set *newcon to refer to it.
175 char ** newcon);
177 /* Compute a relabeling decision and set *newcon to refer to it.
182 char ** newcon);
184 /* Compute a polyinstantiation member decision and set *newcon to refer to it.
189 char ** newcon);
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 52 security_context_t *newcon _UNUSED_PARAMETER_)

Completed in 2775 milliseconds