/aosp_15_r20/art/libelffile/stream/ |
H A D | file_output_stream.cc | 28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in art::FileOutputStream
|
H A D | vector_output_stream.h | 34 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully() function
|
H A D | buffered_output_stream.cc | 32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in art::BufferedOutputStream
|
H A D | error_delaying_output_stream.h | 39 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully() function
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | file.cpp | 45 bool WriteFully(borrowed_fd fd, const void* data, size_t byte_count) { in WriteFully() function
|
/aosp_15_r20/art/dt_fd_forward/ |
H A D | dt_fd_forward.cc | 280 IOResult FdForwardTransport::WriteFully(const void* data, size_t ndata) { in WriteFully() function in dt_fd_forward::FdForwardTransport 609 bool WriteFully() { in WriteFully() function in dt_fd_forward::PacketWriter
|
/aosp_15_r20/system/libbase/ |
H A D | abi_compatibility.cpp | 64 bool WriteFully(int fd, const void* data, size_t byte_count) { in WriteFully() function
|
H A D | file_test.cpp | 217 TEST(file, WriteFully) { in TEST() argument
|
H A D | file.cpp | 400 bool WriteFully(borrowed_fd fd, const void* data, size_t byte_count) { in WriteFully() function
|
/aosp_15_r20/art/compiler/linker/ |
H A D | output_stream_test.cc | 110 bool WriteFully([[maybe_unused]] const void* buffer, in TEST_F() function
|
/aosp_15_r20/packages/modules/adb/tls/ |
D | tls_connection.cpp | 342 bool TlsConnectionImpl::WriteFully(std::string_view data) { in WriteFully() function in adb::tls::__anon61688e560111::TlsConnectionImpl
|
/aosp_15_r20/system/logging/logcat/ |
H A D | logcat.cpp | 100 void WriteFully(const void* p, size_t n) { in WriteFully() function in Logcat
|
/aosp_15_r20/art/libartbase/base/unix_file/ |
H A D | fd_file.cc | 478 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in unix_file::FdFile
|
/aosp_15_r20/art/libelffile/elf/ |
H A D | elf_builder.h | 168 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully() function
|
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 144 bool WriteFully(const void* buffer, size_t byte_count) override { in WriteFully() function in art::linker::OatWriter::ChecksumUpdatingOutputStream
|