Searched defs:write_len (Results 1 - 2 of 2) sorted by relevance

/system/core/adb/daemon/
H A Dusb.cpp375 int write_len = std::min(USB_FFS_BULK_SIZE, len); local
376 int n = adb_write(h->bulk_in, buf, write_len);
/system/core/libsparse/
H A Doutput_file.c505 unsigned int write_len; local
513 write_len = min(len, out->block_size);
514 ret = out->ops->write(out, out->fill_buf, write_len);
519 len -= write_len;

Completed in 75 milliseconds