Home
last modified time | relevance | path

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

/system/core/init/
Ddevices.cpp254 char* fcon = nullptr; in MakeDevice() local
255 int rc = lgetfilecon(path.c_str(), &fcon); in MakeDevice()
261 bool different = strcmp(fcon, secontext) != 0; in MakeDevice()
262 freecon(fcon); in MakeDevice()