Searched defs:Close (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/unix_file/
H A Dfd_file.cc53 if (Close() != 0) {
109 int FdFile::Close() { function in class:unix_file::FdFile
228 TEMP_FAILURE_RETRY(Close());
238 int close_result = TEMP_FAILURE_RETRY(Close());
252 int close_result = TEMP_FAILURE_RETRY(Close());
/art/runtime/jdwp/
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
347 * Close down the network to inspire the thread to halt. If a request is being processed,
530 netState->Close();
/art/runtime/
H A Dcommon_runtime_test.cc100 void ScratchFile::Close() { function in class:art::ScratchFile
112 Close();

Completed in 89 milliseconds