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

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

Completed in 63 milliseconds