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

/system/core/init/
H A Dinit.c209 char *mycon = NULL, *fcon = NULL; local
212 rc = getcon(&mycon);
221 freecon(mycon);
225 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
226 freecon(mycon);

Completed in 43 milliseconds