Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp82 std::unique_ptr<char> mycon(raw_con); in ComputeContextFromExecutable() local
90 int rc = security_compute_create(mycon.get(), filecon.get(), in ComputeContextFromExecutable()
96 if (rc == 0 && computed_context == mycon.get()) { in ComputeContextFromExecutable()
98 << "\") has incorrect label or no domain transition from " << mycon.get() in ComputeContextFromExecutable()