Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1120 const std::vector<char> buf_zeros(max_flash, 0); in TEST_P() local
1122 ASSERT_EQ(fb->FlashPartition(part_name, buf_zeros), SUCCESS); in TEST_P()