Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp71 std::unique_ptr<char> mycon(raw_con); in ComputeContextFromExecutable() local
80 int rc = security_compute_create(mycon.get(), filecon.get(), in ComputeContextFromExecutable()
86 if (rc == 0 && computed_context == mycon.get()) { in ComputeContextFromExecutable()