Home
last modified time | relevance | path

Searched refs:SendSyncRequest (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.cpp437 auto error = SendSyncRequest(kRECV, remote_file_path.length(), in internalPullFile()
469 auto error = SendSyncRequest(kSEND, file_description_str.length(), in internalPushFile()
477 error = SendSyncRequest(kDATA, chunk_size, chunk); in internalPushFile()
481 error = SendSyncRequest( in internalPushFile()
512 auto error = SendSyncRequest(kSTAT, remote_file_path.length(), in internalStat()
584 Status AdbClient::SyncService::SendSyncRequest(const char *request_id, in SendSyncRequest() function in AdbClient::SyncService
H A DAdbClient.h53 Status SendSyncRequest(const char *request_id, const uint32_t data_len,