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