Home
last modified time | relevance | path

Searched refs:Close (Results 1 – 20 of 20) sorted by relevance

/art/libartbase/base/unix_file/
Drandom_access_file.h41 virtual int Close() = 0;
Dfd_file_test.cc94 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()
Dfd_file.cc187 if (Close() != 0) { in Destroy()
320 int FdFile::Close() { in Close() function in unix_file::FdFile
523 rc = dir.Close(); in Rename()
705 result = Close(); in Erase()
720 int close_result = Close(); in FlushCloseOrErase()
735 int close_result = Close(); in FlushClose()
Dfd_file.h70 int Close() override WARN_UNUSED;
/art/libartbase/base/
Dscoped_flock.h80 UNUSED(ptr->Close()); in operator()
Dcommon_art_test.h90 void Close();
Dcommon_art_test.cc125 void ScratchFile::Close() { in Close() function in art::ScratchFile
138 Close(); in Unlink()
/art/dex2oat/utils/
Dswap_space_test.cc71 scratch.Close(); in SwapTest()
/art/compiler/jit/
Djit_logger.cc77 UNUSED(perf_file_->Close()); in ClosePerfMapLog()
303 UNUSED(jit_dump_file_->Close()); in CloseJitDumpLog()
/art/dt_fd_forward/
Ddt_fd_forward.h96 jdwpTransportError Close();
Ddt_fd_forward.cc449 jdwpTransportError FdForwardTransport::Close() { in Close() function in dt_fd_forward::FdForwardTransport
755 static jdwpTransportError Close(jdwpTransportEnv* env) { in Close() function in dt_fd_forward::JdwpTransportFunctions
756 return AsFdForward(env)->Close(); in Close()
781 JdwpTransportFunctions::Close,
/art/odrefresh/
Dodr_compilation_log_test.cc247 scratch_file.Close(); in TEST_F()
283 scratch_file.Close(); in TEST_F()
375 scratch_file.Close(); in TEST_F()
/art/dex2oat/
Ddex2oat_image_test.cc209 profile_file.Close(); in TEST_F()
229 profile_file.Close(); in TEST_F()
246 classes.Close(); in TEST_F()
Ddex2oat.cc2665 UNUSED(tmp_file->Close()); in SaveDexInput()
/art/compiler/utils/
Dassembler_test_base.h254 CHECK_EQ(file->Close(), 0); in WriteElf()
/art/openjdkjvmti/
Dti_search.cc308 if (file.Close() != 0) { in AddToDexClassLoaderInMemory()
/art/runtime/
Dtrace.cc776 [[maybe_unused]] int result = file->Close(); in Start()
1259 if (trace_file_->Close() != 0) { in FinishTracing()
Druntime.cc1400 bool close_ok = file->Close(); in OpenBootDexFiles()
/art/compiler/optimizing/
Dcode_generator_arm64.cc1158 vixl_temps_.Close(); in FinishEmitNativeCode()
Dcode_generator_arm_vixl.cc6769 temps.Close(); in VisitArrayGet()