Searched refs:format_host_command (Results 1 – 3 of 3) sorted by relevance
/system/core/adb/ |
D | adb_client.h | 58 std::string format_host_command(const char* _Nonnull command, TransportType type,
|
D | adb_client.cpp | 288 std::string format_host_command(const char* command, TransportType type, const char* serial) { in format_host_command() function 304 if (adb_query(format_host_command("features", __adb_transport, __adb_serial), &result, error)) { in adb_get_feature_set()
|
D | commandline.cpp | 1050 std::string cmd = format_host_command(android::base::Join(components, "-").c_str(), t, serial); in wait_for_device() 1896 return adb_query_command(format_host_command(argv[0], transport_type, serial)); in adb_commandline()
|