Home
last modified time | relevance | path

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

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