Home
last modified time | relevance | path

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

/system/core/adb/
Dadb.cpp189 std::vector<std::string> connection_properties; in get_connection_string() local
200 connection_properties.push_back(value); in get_connection_string()
204 connection_properties.push_back(android::base::StringPrintf( in get_connection_string()
209 android::base::Join(connection_properties, ';').c_str()); in get_connection_string()