Home
last modified time | relevance | path

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

/system/hwservicemanager/
DAccessControl.cpp83 char *sourceContext = nullptr; in getCallingContext() local
85 if (getpidcon(sourcePid, &sourceContext) < 0) { in getCallingContext()
90 std::string context = sourceContext; in getCallingContext()
91 freecon(sourceContext); in getCallingContext()