Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.cpp214 std::string connection_str = get_connection_string(); in send_connect() local
217 if (connection_str.length() > MAX_PAYLOAD_V1) { in send_connect()
219 << connection_str.length() << ")"; in send_connect()
222 memcpy(cp->data, connection_str.c_str(), connection_str.length()); in send_connect()
223 cp->msg.data_length = connection_str.length(); in send_connect()