Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h56 extern const char* const kFeatureShell2;
Dtransport.cpp66 const char* const kFeatureShell2 = "shell_v2"; variable
1048 kFeatureShell2, in supported_features()
/system/core/adb/client/
Dcommandline.cpp674 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); // -x in adb_shell()
750 !CanUseFeature(features, kFeatureShell2) ? "device" : "-x"); in adb_shell()
1165 use_shell_protocol = CanUseFeature(features, kFeatureShell2); in send_shell_command()
Dfile_sync_client.cpp885 CanUseFeature(sc.Features(), kFeatureShell2)) { in copy_local_dir_remote()