Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_manager.cc879 vdex_path_(vdex_path) { in BackgroundVerificationTask()
944 if (!UnlinkLeastRecentlyUsedVdexIfNeeded(vdex_path_, &error_msg)) { in Run()
945 LOG(ERROR) << "Could not unlink old vdex files " << vdex_path_ << ": " << error_msg; in Run()
950 if (!VdexFile::WriteToDisk(vdex_path_, in Run()
955 LOG(ERROR) << "Could not write anonymous vdex " << vdex_path_ << ": " << error_msg; in Run()
968 const std::string vdex_path_; member in art::BackgroundVerificationTask