Searched refs:size_f2 (Results 1 – 1 of 1) sorted by relevance
355 int64_t size_f2 = 0; in TEST_F() local356 ASSERT_TRUE(GetFileSize(file_02, &size_f2)); in TEST_F()357 EXPECT_EQ(30ll, size_f2); in TEST_F()366 EXPECT_EQ(size_f1 + size_f2 + 3, computed_size); in TEST_F()