Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp1768 SparseWrapper sparse2(4096, size / 2); in TEST_P() local
1771 ASSERT_EQ(sparse_file_add_data(*sparse2, buf.data(), buf.size(), (size / 2) / 4096), 0) in TEST_P()
1772 << "Adding data failed to sparse file: " << sparse2.Rep(); in TEST_P()
1773 EXPECT_EQ(fb->Download(*sparse2), SUCCESS) << "Download sparse failed: " << sparse2.Rep(); in TEST_P()
1774 EXPECT_EQ(fb->Flash(part_name), SUCCESS) << "Flashing sparse failed: " << sparse2.Rep(); in TEST_P()