Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp45 static const seconds kReadTimeout(20); variable
71 const auto deadline = now + kReadTimeout; in ReadAllBytes()