Searched refs:raw_con (Results 1 – 1 of 1) sorted by relevance
76 char* raw_con = nullptr; in ComputeContextFromExecutable() local79 if (getcon(&raw_con) == -1) { in ComputeContextFromExecutable()82 std::unique_ptr<char> mycon(raw_con); in ComputeContextFromExecutable()