Home
last modified time | relevance | path

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

/packages/modules/adb/client/
Dfile_sync_client.cpp635 uint64_t bytes_copied = 0; in SendLargeFile() local
685 bytes_copied += r; in SendLargeFile()
686 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFile()
737 uint64_t bytes_copied = 0; in SendLargeFileLegacy() local
761 bytes_copied += bytes_read; in SendLargeFileLegacy()
762 ReportProgress(rpath, bytes_copied, total_size); in SendLargeFileLegacy()
1094 uint64_t bytes_copied = 0; in sync_recv_v1() local
1128 bytes_copied += msg.data.size; in sync_recv_v1()
1131 sc.ReportProgress(name != nullptr ? name : rpath, bytes_copied, expected_size); in sync_recv_v1()
1151 uint64_t bytes_copied = 0; in sync_recv_v2() local
[all …]
/packages/services/Car/cpp/bugreport/
Dmain.cpp207 int bytes_copied = copyTo(fd, output_socket, buffer, sizeof(buffer)); in copyFile() local
208 if (bytes_copied == 0) { in copyFile()
211 if (bytes_copied == -1) { in copyFile()