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

/art/runtime/jdwp/
H A Djdwp_main.cc115 // Close a connection from a debugger (which may have already dropped us).
118 void JdwpNetStateBase::Close() { function in class:art::JDWP::JdwpNetStateBase
355 * Close down the network to inspire the thread to halt. If a request is being processed,
540 netState->Close();
/art/runtime/base/unix_file/
H A Dfd_file.cc75 if (Close() != 0) {
154 int FdFile::Close() { function in class:unix_file::FdFile
380 result = Close();
394 int close_result = Close();
409 int close_result = Close();
/art/runtime/
H A Dcommon_runtime_test.cc186 void ScratchFile::Close() { function in class:art::ScratchFile
198 Close();

Completed in 135 milliseconds