Home
last modified time | relevance | path

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

/art/runtime/
Dindenter.h72 void Write(const char* s, std::streamsize n) { in Write() function
/art/compiler/linker/
Delf_builder.h257 void Write() { in Write() function
316 Elf_Word Write(const std::string& name) { in Write() function
465 void Write() { in Write() function
496 void Write() { in Write() function
/art/compiler/debug/
Delf_debug_info_writer.h124 void Write(const ElfCompilationUnit& compilation_unit) { in Write() function
304 void Write(const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in Write() function
/art/dexlayout/
Ddex_writer.h91 ALWAYS_INLINE size_t Write(const void* buffer, size_t length) { in Write() function
Dcompact_dex_writer.cc382 bool CompactDexWriter::Write(DexContainer* output, std::string* error_msg) { in Write() function in art::CompactDexWriter
Ddex_writer.cc791 bool DexWriter::Write(DexContainer* output, std::string* error_msg) { in Write() function in art::DexWriter
/art/libartbase/base/unix_file/
Dfd_file_test.cc39 TEST_F(FdFileTest, Write) { in TEST_F() argument
Dfd_file.cc224 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write() function in unix_file::FdFile
/art/dex2oat/linker/
Dmulti_oat_relative_patcher_test.cc217 TEST_F(MultiOatRelativePatcherTest, Write) { in TEST_F() argument
Doat_writer.cc4217 bool OatWriter::OatDexFile::Write(OatWriter* oat_writer, OutputStream* out) const { in Write() function in art::linker::OatWriter::OatDexFile
4338 bool OatWriter::OatClassHeader::Write(OatWriter* oat_writer, in Write() function in art::linker::OatWriter::OatClassHeader
4356 bool OatWriter::OatClass::Write(OatWriter* oat_writer, OutputStream* out) const { in Write() function in art::linker::OatWriter::OatClass
Dimage_writer.cc173 bool ImageWriter::Write(int image_fd, in Write() function in art::linker::ImageWriter