Home
last modified time | relevance | path

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

/system/core/adb/client/
Dadb_client.h70 std::string format_host_command(const char* _Nonnull command);
Dadb_client.cpp383 std::string format_host_command(const char* command) { in format_host_command() function
402 if (adb_query(format_host_command("features"), &result, error)) { in adb_get_feature_set()
Dcommandline.cpp1084 std::string cmd = format_host_command(android::base::Join(components, "-").c_str()); in wait_for_device()
1850 return adb_query_command(format_host_command(argv[0])); in adb_commandline()
1916 return adb_query_command(format_host_command(argv[0])); in adb_commandline()