Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h28 enum UnixSocketNamespace { enum
92 const UnixSocketNamespace socket_namespace);
H A DPlatformAndroidRemoteGDBServer.h44 llvm::Optional<AdbClient::UnixSocketNamespace> m_socket_namespace;
H A DPlatformAndroidRemoteGDBServer.cpp30 const llvm::Optional<AdbClient::UnixSocketNamespace> &socket_namespace, in ForwardPortWithAdb()
H A DAdbClient.cpp185 const UnixSocketNamespace socket_namespace) { in SetPortForwarding()