Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h49 extern const char* const kFeatureShell2;
Dcommandline.cpp685 bool use_shell_protocol = CanUseFeature(features, kFeatureShell2); // -x in adb_shell()
761 !CanUseFeature(features, kFeatureShell2) ? "device" : "-x"); in adb_shell()
1091 use_shell_protocol = CanUseFeature(features, kFeatureShell2); in send_shell_command()
Dtransport.cpp57 const char* const kFeatureShell2 = "shell_v2"; variable
882 kFeatureShell2, kFeatureCmd, kFeatureStat2, in supported_features()