Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/Android/
DAdbClient.h99 Status ShellToFile(const char *command, std::chrono::milliseconds timeout,
DPlatformAndroid.cpp226 return adb.ShellToFile(cmd, minutes(1), destination); in GetFile()
DAdbClient.cpp400 Status AdbClient::ShellToFile(const char *command, milliseconds timeout, in ShellToFile() function in AdbClient