Home | History | Annotate | Download | only in base

Lines Matching refs:size_f2

368   int64 size_f2 = 0;
369 ASSERT_TRUE(file_util::GetFileSize(file_02, &size_f2));
370 EXPECT_EQ(30ll, size_f2);
379 EXPECT_EQ(size_f1 + size_f2 + 3, computed_size);