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

/art/runtime/base/unix_file/
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());
/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
350 * Close down the network to inspire the thread to halt. If a request is being processed,
533 netState->Close();
/art/runtime/
H A Dcommon_runtime_test.cc114 void ScratchFile::Close() { function in class:art::ScratchFile
126 Close();

Completed in 171 milliseconds