Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc488 std::string vdex_path; in OpenDexFilesFromOat_Impl() local
492 &vdex_path); in OpenDexFilesFromOat_Impl()
496 if (has_vdex && OS::FileExists(vdex_path.c_str())) { in OpenDexFilesFromOat_Impl()
497 vdex_file = VdexFile::Open(vdex_path, in OpenDexFilesFromOat_Impl()
502 LOG(WARNING) << "Failed to open vdex " << vdex_path << ": " << error_msg; in OpenDexFilesFromOat_Impl()
504 LOG(WARNING) << "Failed to open vdex " << vdex_path << ": dex file checksum mismatch"; in OpenDexFilesFromOat_Impl()
543 LOG(ERROR) << "Could not create class loader context for " << vdex_path; in OpenDexFilesFromOat_Impl()
635 const std::string& vdex_path) in BackgroundVerificationTask() argument
637 vdex_path_(vdex_path) { in BackgroundVerificationTask()
/art/odrefresh/
Dodrefresh.cc500 std::string vdex_path = ReplaceFileExtension(image_path, "vdex"); in AddCompiledBootClasspathFdsIfAny() local
501 std::unique_ptr<File> vdex_file(OS::OpenFileForReading(vdex_path.c_str())); in AddCompiledBootClasspathFdsIfAny()