Home | History | Annotate | Download | only in atrace

Lines Matching refs:bytes_read

877         ssize_t bytes_read = read(traceFD, trace_data, 4096);
878 if (bytes_read > 0) {
879 write(STDOUT_FILENO, trace_data, bytes_read);
884 bytes_read, errno, strerror(errno));