Home
last modified time | relevance | path

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

/system/core/adb/
Dtransport.h87 extern const char* const kFeatureRemountShell;
Dtransport.cpp83 const char* const kFeatureRemountShell = "remount_shell"; variable
1188 kFeatureRemountShell, in supported_features()
/system/core/adb/client/
Dcommandline.cpp1839 if (CanUseFeature(*features, kFeatureRemountShell)) { in adb_commandline()