reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/Platform/Android/AdbClient.h
   96   Status Shell(const char *command, std::chrono::milliseconds timeout,

References

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  283       adb.Shell("getprop ro.build.version.sdk", seconds(5), &version_string);
  320   Status error = adb.Shell("mktemp --directory --tmpdir /data/local/tmp",
  332     Status error = adb.Shell(command.GetData(), seconds(5), nullptr);
  347   error = adb.Shell(command.GetData(), minutes(1), nullptr);