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

/system/update_engine/
H A Dfake_file_writer.h28 // calls to Open(), Close(), but not do any work. All calls to Write()
52 virtual int Close() { function in class:chromeos_update_engine::FakeFileWriter
/system/update_engine/payload_consumer/
H A Dfile_writer.cc47 int DirectFileWriter::Close() { function in class:chromeos_update_engine::DirectFileWriter
H A Dfile_descriptor.cc126 bool EintrSafeFileDescriptor::Close() { function in class:chromeos_update_engine::EintrSafeFileDescriptor
H A Dmtd_file_descriptor.cc125 Close();
162 bool MtdFileDescriptor::Close() { function in class:chromeos_update_engine::MtdFileDescriptor
165 return EintrSafeFileDescriptor::Close();
199 EintrSafeFileDescriptor::Close();
239 bool UbiFileDescriptor::Close() { function in class:chromeos_update_engine::UbiFileDescriptor
262 return EintrSafeFileDescriptor::Close() && pad_ok;
H A Ddelta_performer.cc298 int DeltaPerformer::Close() { function in class:chromeos_update_engine::DeltaPerformer
313 if (source_fd_ && !source_fd_->Close()) {
322 if (target_fd_ && !target_fd_->Close()) {
/system/core/libappfuse/tests/
H A DFuseBridgeLoopTest.cc114 void Close() { function in class:android::fuse::__anon1536::FuseBridgeLoopTest
126 Close();
141 Close();
210 Close();
H A DFuseAppLoopTest.cc108 Close();
120 void Close() { function in class:android::fuse::__anon1535::FuseAppLoopTest
129 Close();
/system/core/libmemunreachable/
H A DScopedPipe.h34 ~ScopedPipe() { Close(); }
51 void Close() { function in class:android::ScopedPipe
H A DLeakPipe.h45 ~LeakPipe() { Close(); }
47 void Close() { function in class:android::LeakPipe
80 ~LeakPipeBase() { Close(); }
84 void Close() { function in class:android::LeakPipe::LeakPipeBase
/system/core/base/include/android-base/
H A Dunique_fd.h43 static void Close(int fd) { function in struct:android::base::DefaultCloser
68 Closer::Close(value_);
/system/core/fastboot/
H A Dsocket_mock.cpp105 int SocketMock::Close() { function in class:SocketMock
H A Dtcp.cpp66 int Close() override;
136 Close();
148 Close();
164 Close();
171 int TcpTransport::Close() { function in class:tcp::TcpTransport
176 int result = socket_->Close();
H A Dsocket.cpp37 Close();
40 int Socket::Close() { function in class:Socket
H A Dudp.cpp111 int Close() override;
363 int UdpTransport::Close() { function in class:udp::UdpTransport
368 int result = socket_->Close();
H A Dusb_osx.cpp75 int Close() override;
475 int OsxUsbTransport::Close() { function in class:OsxUsbTransport
H A Dusb_windows.cpp76 int Close() override;
251 int WindowsUsbTransport::Close() { function in class:WindowsUsbTransport
H A Dusb_linux.cpp101 int Close() override;
466 int LinuxUsbTransport::Close() function in class:LinuxUsbTransport
/system/bt/tools/mcap_tool/
H A Dmcap_test_mdl.cc82 bool McapMdl::Close() { function in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdl
/system/extras/iotop/
H A Dtaskstats.cpp54 void TaskstatsSocket::Close() { function in class:TaskstatsSocket
/system/core/adb/
H A Dadb_utils.cpp275 void AdbCloser::Close(int fd) { function in class:AdbCloser
/system/extras/simpleperf/scripts/
H A Dsimpleperf_report_lib.py168 def Close(self): member in class:ReportLib
251 self.report_lib.Close()
/system/extras/simpleperf/
H A Drecord_file_reader.cpp54 Close();
58 bool RecordFileReader::Close() { function in class:RecordFileReader
H A Drecord_file_writer.cpp67 Close();
419 bool RecordFileWriter::Close() { function in class:RecordFileWriter
/system/tpm/trunks/ftdi/
H A Dmpsse.c201 Close(mpsse);
216 void Close(struct mpsse_context* mpsse) { function
/system/core/adb/client/
H A Dusb_libusb.cpp108 Close();
111 void Close() { function in struct:libusb::usb_handle
633 h->Close();

Completed in 362 milliseconds