Home
last modified time | relevance | path

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

/system/core/init/
Dservice_utils.cpp169 const auto& socket_context = context.empty() ? global_context : context; in Create() local
170 auto result = CreateSocket(name, type | SOCK_CLOEXEC, passcred, perm, uid, gid, socket_context); in Create()