Searched refs:vdex_path_ (Results 1 – 2 of 2) sorted by relevance
41 const std::string& VdexPath() const { return vdex_path_; } in VdexPath()47 vdex_path_{ReplaceFileExtension(image_path, "vdex")} {}55 const std::string vdex_path_; variable
621 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