Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_artifacts.h41 const std::string& VdexPath() const { return vdex_path_; } in VdexPath()
47 vdex_path_{ReplaceFileExtension(image_path, "vdex")} {}
55 const std::string vdex_path_; variable
/art/runtime/
Doat_file_manager.cc621 vdex_path_(vdex_path) { in BackgroundVerificationTask()
686 if (!UnlinkLeastRecentlyUsedVdexIfNeeded(vdex_path_, &error_msg)) { in Run()
687 LOG(ERROR) << "Could not unlink old vdex files " << vdex_path_ << ": " << error_msg; in Run()
692 if (!VdexFile::WriteToDisk(vdex_path_, in Run()
696 LOG(ERROR) << "Could not write anonymous vdex " << vdex_path_ << ": " << error_msg; in Run()
708 const std::string vdex_path_; member in art::BackgroundVerificationTask