Home
last modified time | relevance | path

Searched refs:PER_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/base/update/packaging_tools/
Dbuild_update.py77 from utils import PER_BLOCK_SIZE
718 (os.path.getsize(new_dat_file_obj.name) == num * PER_BLOCK_SIZE) and \
Dutils.py74 PER_BLOCK_SIZE = 4096 variable