Home
last modified time | relevance | path

Searched refs:WriteHeaderAndClose (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Dimage.h561 bool WriteHeaderAndClose(const std::string& image_filename, in WriteHeaderAndClose() function
/art/dex2oat/linker/
Dimage_writer.cc644 if (!image_file.WriteHeaderAndClose(image_filename, image_header, &error_msg)) { in Write()
655 if (!primary_image_file.WriteHeaderAndClose(image_filenames[0], primary_header, &error_msg)) { in Write()
/art/runtime/
Druntime_image.cc1926 if (!image_file.WriteHeaderAndClose(temp_path, image->GetHeader(), error_msg)) { in WriteImageToDisk()