Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h41 Status PullFile(const FileSpec &remote_file, const FileSpec &local_file);
H A DPlatformAndroid.cpp190 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