Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h43 Status PushFile(const FileSpec &local_file, const FileSpec &remote_file);
H A DPlatformAndroid.cpp228 return sync_service->PushFile(source, destination_spec); in PutFile()
H A DAdbClient.cpp549 Status AdbClient::SyncService::PushFile(const FileSpec &local_file, in PushFile() function in AdbClient::SyncService