Home | History | Annotate | Download | only in base

Lines Matching refs:size_f2

332   int64 size_f2 = 0;
333 ASSERT_TRUE(file_util::GetFileSize(file_02, &size_f2));
334 EXPECT_EQ(30ll, size_f2);
343 EXPECT_EQ(size_f1 + size_f2 + 3, computed_size);