Home | History | Annotate | Download | only in adb

Lines Matching refs:bytes_read

599         DWORD   bytes_read = 0;
600 if (!ReadFile(read_pipe.get(), buf, sizeof(buf), &bytes_read, NULL)) {
616 const size_t bytes_written = fwrite(buf, 1, bytes_read, stream.get());
617 if (bytes_written != bytes_read) {
619 bytes_read, output_name);