Home | History | Annotate | Download | only in applypatch

Lines Matching refs:blocks_limit

1478   size_t blocks_limit = 0;
1517 if (name == "block-limit" && !android::base::ParseUint(optarg, &blocks_limit)) {
1518 LOG(ERROR) << "Failed to parse size blocks_limit: " << optarg;
1554 ZipModeImage src_image(true, blocks_limit * BLOCK_SIZE);
1555 ZipModeImage tgt_image(false, blocks_limit * BLOCK_SIZE);
1570 if (blocks_limit > 0) {