HomeSort by relevance Sort by last modified time
    Searched refs:allow_shared_blocks (Results 1 - 4 of 4) sorted by null

  /build/make/tools/releasetools/
sparse_img.py 44 mode="rb", build_map=True, allow_shared_blocks=False,
159 allow_shared_blocks)
239 def LoadFileBlockMap(self, fn, clobbered_blocks, allow_shared_blocks):
245 allow_shared_blocks: Whether having shared blocks is allowed.
255 if allow_shared_blocks:
ota_from_target_files     [all...]
ota_from_target_files.py     [all...]
common.py 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,
    [all...]

Completed in 75 milliseconds