Lines Matching refs:vdex_file

603 bool OatWriter::AddVdexDexFilesSource(const VdexFile& vdex_file, const char* location) {  in AddVdexDexFilesSource()  argument
605 DCHECK(vdex_file.HasDexSection()); in AddVdexDexFilesSource()
608 for (; i < vdex_file.GetNumberOfDexFiles(); ++i) { in AddVdexDexFilesSource()
609 current_dex_data = vdex_file.GetNextDexFileData(current_dex_data, i); in AddVdexDexFilesSource()
626 vdex_file.GetLocationChecksum(i), in AddVdexDexFilesSource()
630 if (vdex_file.GetNextDexFileData(current_dex_data, i) != nullptr) { in AddVdexDexFilesSource()
684 File* vdex_file, in WriteAndOpenDexFiles() argument
700 if (!WriteDexFiles(vdex_file, update_input_vdex, copy_dex_files, &dex_files_map) || in WriteAndOpenDexFiles()
701 !OpenDexFiles(vdex_file, verify, &dex_files_map, &dex_files)) { in WriteAndOpenDexFiles()
3692 bool OatWriter::FinishVdexFile(File* vdex_file, verifier::VerifierDeps* verifier_deps) { in FinishVdexFile() argument
3701 if (vdex_file->SetLength(vdex_size_) != 0) { in FinishVdexFile()
3702 PLOG(ERROR) << "Failed to resize vdex file " << vdex_file->GetPath(); in FinishVdexFile()
3722 vdex_file->Fd(), in FinishVdexFile()
3725 vdex_file->GetPath().c_str(), in FinishVdexFile()
3728 LOG(ERROR) << "Failed to mmap() vdex file tail. File: " << vdex_file->GetPath() in FinishVdexFile()
3741 vdex_file->Fd(), in FinishVdexFile()
3744 vdex_file->GetPath().c_str(), in FinishVdexFile()
3747 LOG(ERROR) << "Failed to mmap() vdex file. File: " << vdex_file->GetPath() in FinishVdexFile()
3802 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
3807 PLOG(ERROR) << "Failed to sync vdex file contents" << vdex_file->GetPath(); in FinishVdexFile()
3820 PLOG(ERROR) << "Failed to sync vdex file header " << vdex_file->GetPath(); in FinishVdexFile()