Searched refs:erased_footer_file_size (Results 1 – 1 of 1) sorted by relevance
654 int64_t erased_footer_file_size; in AddHashFooterTest() local655 ASSERT_TRUE(base::GetFileSize(rootfs_path, &erased_footer_file_size)); in AddHashFooterTest()656 EXPECT_EQ(static_cast<size_t>(erased_footer_file_size), rootfs_size); in AddHashFooterTest()1270 int64_t erased_footer_file_size; in AddHashtreeFooterTest() local1271 ASSERT_TRUE(base::GetFileSize(rootfs_path, &erased_footer_file_size)); in AddHashtreeFooterTest()1272 EXPECT_EQ(static_cast<size_t>(erased_footer_file_size), 1069056UL); in AddHashtreeFooterTest()1571 int64_t erased_footer_file_size; in AddHashtreeFooterFECTest() local1572 ASSERT_TRUE(base::GetFileSize(rootfs_path, &erased_footer_file_size)); in AddHashtreeFooterFECTest()1573 EXPECT_EQ(static_cast<size_t>(erased_footer_file_size), 1085440UL); in AddHashtreeFooterFECTest()