Searched refs:SendSyncFailErrno (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/adb/daemon/ |
H A D | file_sync_service.cpp | 320 SendSyncFailErrno(s, "decompress failed"); in handle_send_file_data() 327 SendSyncFailErrno(s, "write failed"); in handle_send_file_data() 360 SendSyncFailErrno(s, "secure_mkdirs failed"); in handle_send_file() 369 SendSyncFailErrno(s, "couldn't create file"); in handle_send_file() 380 SendSyncFailErrno(s, "fchown failed"); in handle_send_file() 408 SendSyncFailErrno(s, "update_capabilities failed"); in handle_send_file() 479 SendSyncFailErrno(s, "secure_mkdirs failed"); in handle_send_link() 485 SendSyncFailErrno(s, "symlink failed"); in handle_send_link() 637 SendSyncFailErrno(s, "open failed"); in recv_impl() 679 SendSyncFailErrno(s, "read failed"); in recv_impl() [all …]
|