Home
last modified time | relevance | path

Searched defs:Write (Results 1 – 10 of 10) sorted by relevance

/art/libartbase/base/
Dindenter.h72 void Write(const char* s, std::streamsize n) { in Write() function
/art/compiler/debug/
Delf_debug_info_writer.h109 void Write(const ElfCompilationUnit& compilation_unit) { in Write() function
287 void Write(const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in Write() function
/art/odrefresh/
Dodr_compilation_log.cc123 bool OdrCompilationLog::Write() const { in Write() function in art::odrefresh::OdrCompilationLog
/art/libelffile/elf/
Delf_builder.h249 void Write() { in Write() function
318 Elf_Word Write(std::string_view name) { in Write() function
430 void Write() { in Write() function
/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc223 TEST_F(MultiOatRelativePatcherTest, Write) { in TEST_F() argument
Doat_writer.cc3859 bool OatWriter::OatDexFile::Write(OatWriter* oat_writer, OutputStream* out) const { in Write() function in art::linker::OatWriter::OatDexFile
3960 bool OatWriter::BssMappingInfo::Write(OatWriter* oat_writer, OutputStream* out) const { in Write() function in art::linker::OatWriter::BssMappingInfo
4063 bool OatWriter::OatClassHeader::Write(OatWriter* oat_writer, in Write() function in art::linker::OatWriter::OatClassHeader
4081 bool OatWriter::OatClass::Write(OatWriter* oat_writer, OutputStream* out) const { in Write() function in art::linker::OatWriter::OatClass
Dimage_writer.cc555 bool ImageWriter::Write(int image_fd, in Write() function in art::linker::ImageWriter
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc245 void Write(const std::string& str) { in Write() function in tifast::__anon9d4dc8ac0111::LockedStream
/art/libartbase/base/unix_file/
Dfd_file_test.cc61 TEST_F(FdFileTest, Write) { in TEST_F() argument
Dfd_file.cc397 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write() function in unix_file::FdFile