Searched defs:stash_id (Results 1 - 1 of 1) sorted by path

/bootable/recovery/updater/
H A Dblockimg.c306 // <tgt_range> <src_block_count> - <[stash_id:stash_range] ...>
309 // <tgt_range> <src_block_count> <src_range> <src_loc> <[stash_id:stash_range] ...>
365 int stash_id = strtol(colon, NULL, 0); local
368 MoveRange(*buffer, locs, stash_table[stash_id]);
369 free(stash_table[stash_id]);
370 stash_table[stash_id] = NULL;
456 // stash <stash_id> <src_range>
598 int stash_id = strtol(word, NULL, 0); local
606 stash_table + stash_id, &stash_alloc, fd);

Completed in 100 milliseconds