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

References

tools/lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
  320   Status error = adb.Shell("mktemp --directory --tmpdir /data/local/tmp",
  329   tmpdir_remover(&tmpdir, [&adb](std::string *s) {
  332     Status error = adb.Shell(command.GetData(), seconds(5), nullptr);
  347   error = adb.Shell(command.GetData(), minutes(1), nullptr);