Searched refs:Close (Results 1 – 20 of 20) sorted by relevance
41 virtual int Close() = 0;
94 EXPECT_EQ(0, file.Close()); in TEST_F()102 ASSERT_EQ(file2.Close(), 0); in TEST_F()148 ASSERT_EQ(file.Close(), 0); in TEST_F()176 ASSERT_EQ(file.Close(), 0); in TEST_F()262 src->Close(); in TEST_F()289 ASSERT_EQ(0, dest.Close()); in TEST_F()290 ASSERT_EQ(0, src.Close()); in TEST_F()552 ASSERT_EQ(file2.Close(), 0); in TEST_F()573 tmp.Close(); // This is required because of the unlink race between the scratch file and the in TEST_F()
187 if (Close() != 0) { in Destroy()320 int FdFile::Close() { in Close() function in unix_file::FdFile523 rc = dir.Close(); in Rename()705 result = Close(); in Erase()720 int close_result = Close(); in FlushCloseOrErase()735 int close_result = Close(); in FlushClose()
70 int Close() override WARN_UNUSED;
80 UNUSED(ptr->Close()); in operator()
90 void Close();
125 void ScratchFile::Close() { in Close() function in art::ScratchFile138 Close(); in Unlink()
71 scratch.Close(); in SwapTest()
77 UNUSED(perf_file_->Close()); in ClosePerfMapLog()303 UNUSED(jit_dump_file_->Close()); in CloseJitDumpLog()
96 jdwpTransportError Close();
449 jdwpTransportError FdForwardTransport::Close() { in Close() function in dt_fd_forward::FdForwardTransport755 static jdwpTransportError Close(jdwpTransportEnv* env) { in Close() function in dt_fd_forward::JdwpTransportFunctions756 return AsFdForward(env)->Close(); in Close()781 JdwpTransportFunctions::Close,
247 scratch_file.Close(); in TEST_F()283 scratch_file.Close(); in TEST_F()375 scratch_file.Close(); in TEST_F()
209 profile_file.Close(); in TEST_F()229 profile_file.Close(); in TEST_F()246 classes.Close(); in TEST_F()
2665 UNUSED(tmp_file->Close()); in SaveDexInput()
254 CHECK_EQ(file->Close(), 0); in WriteElf()
308 if (file.Close() != 0) { in AddToDexClassLoaderInMemory()
776 [[maybe_unused]] int result = file->Close(); in Start()1259 if (trace_file_->Close() != 0) { in FinishTracing()
1400 bool close_ok = file->Close(); in OpenBootDexFiles()
1158 vixl_temps_.Close(); in FinishEmitNativeCode()
6769 temps.Close(); in VisitArrayGet()