Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:oat_filename

1318       for (const char* oat_filename : oat_filenames_) {
1319 std::unique_ptr<File> oat_file(OS::CreateEmptyFile(oat_filename));
1321 PLOG(ERROR) << "Failed to create oat file: " << oat_filename;
1325 PLOG(ERROR) << "Failed to make oat file world readable: " << oat_filename;
1342 ? ReplaceFileExtension(oat_filename, "vdex")
2708 const char* oat_filename = oat_filenames_[i];
2711 std::unique_ptr<File> oat_file(OS::OpenFileReadWrite(oat_filename));
2713 PLOG(ERROR) << "Failed to open ELF file: " << oat_filename;