Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/
DAdbClient.h99 Status ShellToFile(const char *command, std::chrono::milliseconds timeout,
DPlatformAndroid.cpp209 return adb.ShellToFile(cmd, minutes(1), destination); in GetFile()
DAdbClient.cpp396 Status AdbClient::ShellToFile(const char *command, milliseconds timeout, in ShellToFile() function in AdbClient