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