Searched refs:max_stashed_blocks (Results 1 – 1 of 1) sorted by relevance
/base/update/packaging_tools/ |
D | patch_package_process.py | 61 max_stashed_blocks = 0 67 max_stashed_blocks, stashed_blocks = self.add_stash_command( 68 each_action, max_stashed_blocks, stashed_blocks, stashes, 87 max_stashed_blocks, total_blocks_count, diff_offset = \ 89 diff_offset, each_action, max_stashed_blocks, 100 self.after_for_process(max_stashed_blocks, total_blocks_count, 136 diff_offset, each_action, max_stashed_blocks,\ 150 max_stashed_blocks, total_blocks_count = \ 152 each_action, max_stashed_blocks, src_str, 163 if temp_stash_usage > max_stashed_blocks: [all …]
|