Home | History | Annotate | Download | only in unix_file

Lines Matching refs:Close

58   EXPECT_EQ(0, file.Close());
66 ASSERT_EQ(file2.Close(), 0);
112 ASSERT_EQ(file.Close(), 0);
140 ASSERT_EQ(file.Close(), 0);
167 ASSERT_EQ(0, dest.Close());
168 ASSERT_EQ(0, src.Close());
186 ASSERT_EQ(file2.Close(), 0);
207 tmp.Close(); // This is required because of the unlink race between the scratch file and the
208 // FdFile, which leads to close-guard breakage.
285 close(pipefd[0]);