Home
last modified time | relevance | path

Searched refs:WriteFully (Results 26 – 44 of 44) sorted by relevance

12

/art/compiler/debug/
Delf_debug_line_writer.h265 builder_->GetDebugLine()->WriteFully(buffer.data(), buffer.size()); in WriteCompilationUnit()
Delf_debug_info_writer.h283 owner_->builder_->GetDebugInfo()->WriteFully(buffer.data(), buffer.size()); in Write()
447 owner_->builder_->GetDebugInfo()->WriteFully(buffer.data(), buffer.size()); in Write()
/art/runtime/
Dmodule_exclusion_test.cc153 ASSERT_TRUE(package_list_file.GetFile()->WriteFully(data.data(), data.size())); in TEST_F()
Dcommon_runtime_test.h103 if (!output_dex->WriteFully(dex->Begin(), dex->Size())) { in MutateDexFile()
Dnative_stack_dump.cc277 if (!pipe_ptr->out.WriteFully(hex_offset.data(), hex_offset.length())) { in Addr2line()
/art/libartbase/base/unix_file/
Dfd_file.cc469 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in unix_file::FdFile
511 !WriteFully(buffer.get(), chunk_size)) { in Copy()
/art/libartbase/base/
Dcommon_art_test.h217 if (!output_dex->WriteFully(dex->Begin(), dex->Size())) { in MutateDexFile()
Dmem_map_test.cc387 ASSERT_TRUE(scratch_file.GetFile()->WriteFully(&data[0], kMapSize)); in TEST_F()
470 ASSERT_TRUE(scratch_file.GetFile()->WriteFully(&data[0], kMapSize)); in TEST_F()
778 ASSERT_TRUE(scratch_file.GetFile()->WriteFully(&data[0], kMapSize)); in TEST_F()
/art/openjdkjvmti/
Dti_search.cc297 if (!file.WriteFully(dex_bytes, dex_bytes_length) || file.Flush() != 0) { in AddToDexClassLoaderInMemory()
/art/tools/signal_dumper/
Dsignal_dumper.cc317 if (!android::base::WriteFully(pipe_ptr->out.get(), hex_offset.data(), hex_offset.length())) { in Addr2line()
/art/profman/
Dprofile_assistant_test.cc237 EXPECT_TRUE(file->WriteFully(profile_file_contents.c_str(), profile_file_contents.length())); in CreateProfile()
811 EXPECT_TRUE(preloaded_class_blacklist.GetFile()->WriteFully( in TEST_F()
1557 ASSERT_TRUE(profile1.GetFile()->WriteFully(content.c_str(), content.length())); in TEST_F()
Dprofman.cc717 if (!out_fd.WriteFully(dump.c_str(), dump.length())) { in DumpProfileInfo()
848 if (!out_fd.WriteFully(dump.c_str(), dump.length())) { in DumpClassesAndMethods()
/art/dexlayout/
Ddexlayout_test.cc238 if (!file->WriteFully(bytes.get(), length)) { in WriteBase64ToFile()
Ddexlayout.cc1859 if (!new_file->WriteFully(main_section->Begin(), main_section->Size())) { in OutputDexFile()
1865 if (!new_file->WriteFully(data_section->Begin(), data_section->Size())) { in OutputDexFile()
/art/dex2oat/
Ddex2oat_image_test.cc78 EXPECT_TRUE(file->WriteFully(&line[0], line.length())); in WriteLine()
Ddex2oat_test.cc1769 if (!file->WriteFully(bytes.get(), length)) { in WriteBase64ToFile()
2068 ASSERT_TRUE(temp.GetFile()->WriteFully(dex_files[0]->Begin(), dex_files[0]->Size())); in TEST_F()
2133 ASSERT_GE(invalid_dex.GetFile()->WriteFully(&header, sizeof(header)), 0); in TEST_F()
Ddex2oat.cc2769 UNUSED(tmp_file->WriteFully(dex_file->Begin(), dex_file->Size())); in SaveDexInput()
/art/oatdump/
Doatdump.cc163 rodata->WriteFully(rodata_begin, rodata_size); in Symbolize()
171 text->WriteFully(text_begin, text_size); in Symbolize()
1051 bool success = file->WriteFully(dex_file->Begin(), fsize); in ExportDexFile()
/art/runtime/hprof/
Dhprof.cc407 errors_ = !fp_->WriteFully(buffer, length); in HandleFlush()

12