Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc489 std::string vdex_path; in OpenDexFilesFromOat_Impl() local
494 &vdex_path); in OpenDexFilesFromOat_Impl()
498 if (has_vdex && OS::FileExists(vdex_path.c_str())) { in OpenDexFilesFromOat_Impl()
499 vdex_file = VdexFile::Open(vdex_path, in OpenDexFilesFromOat_Impl()
505 LOG(WARNING) << "Failed to open vdex " << vdex_path << ": " << error_msg; in OpenDexFilesFromOat_Impl()
507 LOG(WARNING) << "Failed to open vdex " << vdex_path << ": dex file checksum mismatch"; in OpenDexFilesFromOat_Impl()
546 LOG(ERROR) << "Could not create class loader context for " << vdex_path; in OpenDexFilesFromOat_Impl()
642 const std::string& vdex_path) in BackgroundVerificationTask() argument
645 vdex_path_(vdex_path) { in BackgroundVerificationTask()
764 std::string vdex_path; in RunBackgroundVerification() local
[all …]