Searched defs:Close (Results 1 – 6 of 6) sorted by relevance
/art/runtime/base/unix_file/ | ||
D | null_file.cc | 28 int NullFile::Close() { in Close() function in unix_file::NullFile |
D | string_file.cc | 30 int StringFile::Close() { in Close() function in unix_file::StringFile |
D | mapped_file.cc | 34 int MappedFile::Close() { in Close() function in unix_file::MappedFile |
D | fd_file.cc | 109 int FdFile::Close() { in Close() function in unix_file::FdFile |
/art/runtime/jdwp/ | ||
D | jdwp_main.cc | 113 void JdwpNetStateBase::Close() { in Close() function in art::JDWP::JdwpNetStateBase |
/art/runtime/ | ||
D | common_runtime_test.cc | 87 void ScratchFile::Close() { in Close() function in art::ScratchFile |