OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scratch_ranges
(Results
1 - 1
of
1
) sorted by null
/system/update_engine/payload_generator/
inplace_generator.cc
382
ExtentRanges
scratch_ranges
;
local
424
scratch_ranges
.AddRanges(ranges);
427
if (
scratch_ranges
.blocks() >= blocks_needed)
430
if (
scratch_ranges
.blocks() < blocks_needed) {
441
TEST_AND_RETURN_FALSE(
scratch_ranges
.blocks() == scratch_blocks_found);
456
scratch_ranges
.GetExtentsForBlockCount(cuts_blocks_needed[i]);
457
scratch_ranges
.SubtractExtents(real_extents);
Completed in 670 milliseconds