Home
last modified time | relevance | path

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

/art/runtime/base/unix_file/
Dfd_file.cc53 if (Close() != 0) { in ~FdFile()
109 int FdFile::Close() { in Close() function in unix_file::FdFile
213 TEMP_FAILURE_RETRY(Close()); in Erase()
223 int close_result = TEMP_FAILURE_RETRY(Close()); in FlushCloseOrErase()
237 int close_result = TEMP_FAILURE_RETRY(Close()); in FlushClose()
Dfd_file_test.cc57 EXPECT_EQ(0, file.Close()); in TEST_F()
64 ASSERT_EQ(file.Close(), 0); in TEST_F()
Dmapped_file_test.cc66 UNUSED(f->Close()); in CleanUp()
86 EXPECT_EQ(0, file.Close()); in TEST_F()
97 EXPECT_EQ(0, file.Close()); in TEST_F()
122 file.Close(); in TEST_F()
138 EXPECT_EQ(0, file.Close()); in TEST_F()
Drandom_access_file.h41 virtual int Close() = 0;
Dnull_file.cc28 int NullFile::Close() { in Close() function in unix_file::NullFile
Dmapped_file.cc34 int MappedFile::Close() { in Close() function in unix_file::MappedFile
38 return FdFile::Close(); in Close()
Dnull_file.h37 virtual int Close();
Dstring_file.h40 virtual int Close();
Dmapped_file.h68 virtual int Close();
Dstring_file.cc30 int StringFile::Close() { in Close() function in unix_file::StringFile
Dfd_file.h53 virtual int Close() WARN_UNUSED;
/art/runtime/jdwp/
Djdwp_priv.h70 void Close();
Djdwp_main.cc113 void JdwpNetStateBase::Close() { in Close() function in art::JDWP::JdwpNetStateBase
499 netState->Close(); in Run()
Djdwp_adb.cc439 Close(); in ProcessIncoming()
Djdwp_socket.cc496 Close(); in ProcessIncoming()
/art/compiler/utils/
Dswap_space_test.cc70 scratch.Close(); in SwapTest()
/art/runtime/
Dcommon_runtime_test.h58 void Close();
Dcommon_runtime_test.cc87 void ScratchFile::Close() { in Close() function in art::ScratchFile
99 Close(); in Unlink()
Dtrace.cc435 if (the_trace->trace_file_->Close() != 0) { in Stop()
/art/dex2oat/
Ddex2oat.cc1482 UNUSED(tmp_file->Close()); in dex2oat()