OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:part_blocks
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/platform_PartitionCheck/
platform_PartitionCheck.py
49
part_blocks
= int(utils.read_one_line(part_file))
50
return
part_blocks
/system/update_engine/payload_generator/
inplace_generator_unittest.cc
631
for (const auto
part_blocks
: vector<uint64_t>{num_blocks, num_blocks + 1}) {
633
base::StringPrintf("Using partition_blocks=%" PRIu64,
part_blocks
));
638
part_blocks
* block_size,
662
EXPECT_EQ(
part_blocks
== num_blocks ? 2U : 1U, full_ops);
Completed in 88 milliseconds