Home
last modified time | relevance | path

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

/packages/modules/adb/
Dtransport.h88 extern const char* const kFeatureRemountShell;
Dtransport.cpp83 const char* const kFeatureRemountShell = "remount_shell"; variable
1191 kFeatureRemountShell, in supported_features()
/packages/modules/adb/client/
Dcommandline.cpp1840 if (CanUseFeature(*features, kFeatureRemountShell)) { in adb_commandline()