Searched refs:scoped_file2 (Results 1 – 1 of 1) sorted by relevance
127 ScopedFile scoped_file2(std::move(scoped_file1)); in TEST() local131 ASSERT_EQ(raw_fd1, scoped_file2.get()); in TEST()149 ScopedFile scoped_file2(raw_fd2); in TEST() local150 scoped_file2 = std::move(scoped_file1); in TEST()153 ASSERT_EQ(raw_fd1, scoped_file2.get()); in TEST()158 scoped_file1 = std::move(scoped_file2); in TEST()160 ASSERT_EQ(-1, scoped_file2.get()); in TEST()