Home
last modified time | relevance | path

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

/packages/modules/adb/daemon/
Dfile_sync_service.cpp265 static bool SendSyncFail(borrowed_fd fd, const std::string& reason) { in SendSyncFail() function
275 return SendSyncFail(fd, StringPrintf("%s: %s", reason.c_str(), strerror(errno))); in SendSyncFailErrno()
319 SendSyncFail(s, "invalid data message"); in handle_send_file_data()
327 SendSyncFail(s, "decompress failed"); in handle_send_file_data()
468 SendSyncFail(s, "invalid data message: expected ID_DATA"); in handle_send_link()
474 SendSyncFail(s, "oversize data message"); in handle_send_link()
506 SendSyncFail(s, "invalid data message: expected ID_DONE"); in handle_send_link()
565 SendSyncFail(s, "missing , in ID_SEND_V1"); in do_send_v1()
574 SendSyncFail(s, "bad mode"); in do_send_v1()
599 SendSyncFail(s, StringPrintf("multiple compression flags received: %d", orig_flags)); in do_send_v2()
[all …]