Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Platform/Android/
DAdbClient.h41 Status PullFile(const FileSpec &remote_file, const FileSpec &local_file);
DPlatformAndroid.cpp191 return sync_service->PullFile(source_spec, destination); in GetFile()
DAdbClient.cpp542 Status AdbClient::SyncService::PullFile(const FileSpec &remote_file, in PullFile() function in AdbClient::SyncService