Home | History | Annotate | Download | only in adb

Lines Matching refs:to_write

896         size_t to_write = SIDELOAD_HOST_BLOCK_SIZE;
898 to_write = sb.st_size - offset;
905 if (!ReadFdExactly(package_fd, buf, to_write)) {
910 if (!WriteFdExactly(device_fd, buf, to_write)) {
915 xfer += to_write;