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

/system/core/init/
H A Dinit.c220 char *mycon = NULL, *fcon = NULL; local
229 rc = getfilecon(svc->args[0], &fcon);
236 rc = security_compute_create(mycon, fcon, string_to_security_class("process"), &scon);
241 freecon(fcon);

Completed in 1575 milliseconds