Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp31 const std::optional<AdbClient::UnixSocketNamespace> &socket_namespace, in ForwardPortWithAdb() argument
52 if (!socket_namespace) in ForwardPortWithAdb()
56 *socket_namespace); in ForwardPortWithAdb()
H A DAdbClient.h92 const UnixSocketNamespace socket_namespace);
H A DAdbClient.cpp185 const UnixSocketNamespace socket_namespace) { in SetPortForwarding() argument
188 (socket_namespace == UnixSocketNamespaceAbstract) in SetPortForwarding()