Searched refs:Close (Results 1 - 16 of 16) sorted by relevance

/art/runtime/base/unix_file/
H A Drandom_access_file.h41 virtual int Close() = 0;
H A Dfd_file_test.cc57 EXPECT_EQ(0, file.Close());
64 ASSERT_EQ(file.Close(), 0);
110 ASSERT_EQ(file.Close(), 0);
138 ASSERT_EQ(file.Close(), 0);
167 ASSERT_EQ(0, dest.Close());
168 ASSERT_EQ(0, src.Close());
H A Dfd_file.cc67 if (Close() != 0) {
124 int FdFile::Close() { function in class:unix_file::FdFile
316 TEMP_FAILURE_RETRY(Close());
327 int close_result = TEMP_FAILURE_RETRY(Close());
342 int close_result = TEMP_FAILURE_RETRY(Close());
H A Dfd_file.h27 // If true, check whether Flush and Close are called before destruction.
42 // Destroys an FdFile, closing the file descriptor if Close hasn't already
43 // been called. (If you care about the return value of Close, call it
45 // Note though that calling Close and checking its return value is still no
54 int Close() OVERRIDE WARN_UNUSED;
61 // Short for SetLength(0); Flush(); Close();
64 // Try to Flush(), then try to Close(); If either fails, call Erase().
67 // Try to Flush and Close(). Attempts both, but returns the first error.
/art/compiler/utils/
H A Dswap_space_test.cc70 scratch.Close();
/art/runtime/jdwp/
H A Djdwp_priv.h89 void Close();
H A Djdwp_main.cc111 // Close a connection from a debugger (which may have already dropped us).
114 void JdwpNetStateBase::Close() { function in class:art::JDWP::JdwpNetStateBase
350 * Close down the network to inspire the thread to halt. If a request is being processed,
533 netState->Close();
H A Djdwp_adb.cc439 Close();
H A Djdwp_socket.cc525 Close();
/art/runtime/base/
H A Dscoped_flock.cc119 close_result = file_->Close();
/art/runtime/
H A Dcommon_runtime_test.h65 void Close();
H A Dcommon_runtime_test.cc114 void ScratchFile::Close() { function in class:art::ScratchFile
126 Close();
H A Dtrace.cc439 if (the_trace->trace_file_->Close() != 0) {
/art/compiler/jit/
H A Djit_compiler.cc198 UNUSED(perf_file_->Close());
/art/dex2oat/
H A Ddex2oat.cc2165 UNUSED(tmp_file->Close());
/art/compiler/optimizing/
H A Dcode_generator_arm64.cc960 vixl_temps_.Close();

Completed in 248 milliseconds