Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp262 char* fcon = nullptr; in make_device() local
263 int rc = lgetfilecon(path, &fcon); in make_device()
269 bool different = strcmp(fcon, secontext) != 0; in make_device()
270 freecon(fcon); in make_device()