Searched refs:kAttach (Results 1 – 2 of 2) sorted by relevance
33 const std::string DebuggerRemoteServiceCommand::kAttach = "attach"; member in DebuggerRemoteServiceCommand91 if (command == DebuggerRemoteServiceCommand::kAttach) { in HandleMessage()93 response.SetString(kCommandKey, DebuggerRemoteServiceCommand::kAttach); in HandleMessage()
26 static const std::string kAttach; member