Home | History | Annotate | Download | only in adb

Lines Matching refs:to_write

895         size_t to_write = SIDELOAD_HOST_BLOCK_SIZE;
897 to_write = sb.st_size - offset;
904 if (!ReadFdExactly(package_fd, buf, to_write)) {
909 if (!WriteFdExactly(device_fd, buf, to_write)) {
914 xfer += to_write;