Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp69 char* raw_filecon = nullptr; in ComputeContextFromExecutable() local
76 if (getfilecon(service_path.c_str(), &raw_filecon) == -1) { in ComputeContextFromExecutable()
79 std::unique_ptr<char> filecon(raw_filecon); in ComputeContextFromExecutable()