Searched refs:mycon (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c220 char *mycon = NULL, *fcon = NULL; local
223 rc = getcon(&mycon);
232 freecon(mycon);
236 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
237 if (rc == 0 && !strcmp(scon, mycon)) {
240 freecon(mycon);

Completed in 51 milliseconds