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/
H A DAdbClient.h41 Status PullFile(const FileSpec &remote_file, const FileSpec &local_file);
H A DPlatformAndroid.cpp191 return sync_service->PullFile(source_spec, destination); in GetFile()
H A DAdbClient.cpp542 Status AdbClient::SyncService::PullFile(const FileSpec &remote_file, in PullFile() function in AdbClient::SyncService