Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp76 char* raw_con = nullptr; in ComputeContextFromExecutable() local
79 if (getcon(&raw_con) == -1) { in ComputeContextFromExecutable()
82 std::unique_ptr<char> mycon(raw_con); in ComputeContextFromExecutable()