Home
last modified time | relevance | path

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

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