Searched refs:size_f1 (Results 1 – 1 of 1) sorted by relevance
346 int64_t size_f1 = 0; in TEST_F() local347 ASSERT_TRUE(GetFileSize(file_01, &size_f1)); in TEST_F()348 EXPECT_EQ(20ll, size_f1); in TEST_F()366 EXPECT_EQ(size_f1 + size_f2 + 3, computed_size); in TEST_F()