Lines Matching refs:allow_shared_blocks
835 allow_shared_blocks=None,
851 allow_shared_blocks: If image is sparse, whether having shared blocks is
870 if allow_shared_blocks is None:
871 allow_shared_blocks = info_dict.get("ext4_share_dup_blocks") == "true"
874 img = GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks,
904 def GetSparseImage(which, tmpdir, input_zip, allow_shared_blocks,
917 allow_shared_blocks: Whether having shared blocks is allowed.
936 path, mappath, clobbered_blocks, allow_shared_blocks=allow_shared_blocks,