Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.c1537 int stash_max_blocks = 0; in PerformBlockImageUpdate() local
1669 stash_max_blocks = strtol(line, NULL, 0); in PerformBlockImageUpdate()
1671 if (stash_max_blocks < 0) { in PerformBlockImageUpdate()
1676 if (stash_max_blocks >= 0) { in PerformBlockImageUpdate()
1677 res = CreateStash(state, stash_max_blocks, blockdev_filename->data, in PerformBlockImageUpdate()