Searched defs:bytes_read (Results 1 – 8 of 8) sorted by relevance
| /packages/services/Car/cpp/bugreport/ |
| D | main.cpp | 144 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buffer, sizeof(buffer))); in zipFilesToFd() local 178 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd_in, buffer, buffer_len)); in copyTo() local 248 ssize_t bytes_read = copyTo(s, progress_socket, buffer, sizeof(buffer)); in doBugreport() local
|
| /packages/modules/adb/client/ |
| D | incremental.cpp | 231 int bytes_read; in wait_for_installation() local
|
| D | incremental_server.cpp | 160 int64_t bytes_read = -1; in ReadDataBlock() local 166 int64_t bytes_read = -1; in ReadTreeBlock() local
|
| D | commandline.cpp | 1118 ssize_t bytes_read = adb_read(fd, cur, bytes_left); in adb_root() local
|
| D | file_sync_client.cpp | 749 int bytes_read = adb_read(lfd, sbuf.data, max); in SendLargeFileLegacy() local
|
| /packages/modules/adb/tls/ |
| D | tls_connection.cpp | 328 int bytes_read = in ReadFully() local
|
| /packages/modules/adb/ |
| D | adb.cpp | 640 DWORD bytes_read = 0; in _redirect_pipe_thread() local
|
| D | sysdeps_win32.cpp | 463 DWORD bytes_read; in adb_pread() local 1926 const int bytes_read = std::min(len, g_console_input_buffer.size()); in _console_read() local
|