Searched refs:Close (Results 1 – 18 of 18) sorted by relevance
62 EXPECT_EQ(0, file.Close()); in TEST_F()70 ASSERT_EQ(file2.Close(), 0); in TEST_F()116 ASSERT_EQ(file.Close(), 0); in TEST_F()144 ASSERT_EQ(file.Close(), 0); in TEST_F()171 ASSERT_EQ(0, dest.Close()); in TEST_F()172 ASSERT_EQ(0, src.Close()); in TEST_F()190 ASSERT_EQ(file2.Close(), 0); in TEST_F()211 tmp.Close(); // This is required because of the unlink race between the scratch file and the in TEST_F()
41 virtual int Close() = 0;
183 if (Close() != 0) { in Destroy()316 int FdFile::Close() { in Close() function in unix_file::FdFile558 result = Close(); in Erase()572 int close_result = Close(); in FlushCloseOrErase()587 int close_result = Close(); in FlushClose()
68 int Close() override WARN_UNUSED;
80 UNUSED(ptr->Close()); in operator()
127 void ScratchFile::Close() { in Close() function in art::ScratchFile139 Close(); in Unlink()
89 void Close();
72 scratch.Close(); in SwapTest()
223 CHECK_EQ(file->Close(), 0); in WriteElf()
77 UNUSED(perf_file_->Close()); in ClosePerfMapLog()303 UNUSED(jit_dump_file_->Close()); in CloseJitDumpLog()
96 jdwpTransportError Close();
440 jdwpTransportError FdForwardTransport::Close() { in Close() function in dt_fd_forward::FdForwardTransport736 static jdwpTransportError Close(jdwpTransportEnv* env) { in Close() function in dt_fd_forward::JdwpTransportFunctions737 return AsFdForward(env)->Close(); in Close()762 JdwpTransportFunctions::Close,
210 profile_file.Close(); in TEST_F()230 profile_file.Close(); in TEST_F()247 classes.Close(); in TEST_F()
2771 UNUSED(tmp_file->Close()); in SaveDexInput()
314 if (file.Close() != 0) { in AddToDexClassLoaderInMemory()
368 int result ATTRIBUTE_UNUSED = file->Close(); in Start()504 if (the_trace->trace_file_->Close() != 0) { in StopTracing()
1081 vixl_temps_.Close(); in FinishEmitNativeCode()
6464 temps.Close(); in VisitArrayGet()