Home
last modified time | relevance | path

Searched refs:image_file (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dimage_writer.cc144 UniquePtr<File> image_file(OS::CreateEmptyFile(image_filename.c_str())); in Write() local
146 if (image_file.get() == NULL) { in Write()
150 if (fchmod(image_file->Fd(), 0644) != 0) { in Write()
157 if (!image_file->WriteFully(image_->Begin(), image_end_)) { in Write()
164 if (!image_file->Write(reinterpret_cast<char*>(image_bitmap_->Begin()), in Write()
/art/runtime/
Dclass_linker.cc878 std::string image_file(image_header.GetImageRoot( in VerifyOatFileChecksums() local
883 << ") with " << image_file in VerifyOatFileChecksums()