Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.h125 std::string agent_name_; variable
Dadbconnection.cc149 : agent_name_(agent_name), in AdbConnectionState()
528 CHECK_NE(agent_name_, ""); in RunPollLoop()
811 LOG(ERROR) << "Failed to load agent " << agent_name_; in AttachJdwpAgent()
846 return agent_name_ + "=" + opts + (opts.empty() ? "" : ",") + in MakeAgentArg()