Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_client.h58 std::string format_host_command(const char* _Nonnull command, TransportType type,
Dadb_client.cpp288 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()
Dcommandline.cpp1050 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()