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

  /system/update_engine/scripts/update_payload/
applier.py 94 if ex.start_block == common.PSEUDO_EXTENT_MARKER:
128 if ex.start_block != common.PSEUDO_EXTENT_MARKER:
166 is_pseudo = ex.start_block == common.PSEUDO_EXTENT_MARKER
248 if start_block != common.PSEUDO_EXTENT_MARKER:
321 if ex.start_block != common.PSEUDO_EXTENT_MARKER:
common.py 16 PSEUDO_EXTENT_MARKER = (1L << 64) - 1 # UINT64_MAX
test_utils.py 342 dst_extents=[(common.PSEUDO_EXTENT_MARKER,
checker_unittest.py 513 extents = self.NewExtentList((0, 4), (common.PSEUDO_EXTENT_MARKER, 5),
522 extents = self.NewExtentList((common.PSEUDO_EXTENT_MARKER, 2))
    [all...]
checker.py 685 if start_block != common.PSEUDO_EXTENT_MARKER:
    [all...]

Completed in 69 milliseconds