Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1121 const std::vector<char> buf_ones(max_flash, -1); // All bits are set to 1 in TEST_P() local
1126 ASSERT_EQ(fb->FlashPartition(part_name, buf_ones), SUCCESS); in TEST_P()