Searched refs:vdex_path_ (Results 1 – 1 of 1) sorted by relevance
919 vdex_path_(vdex_path) { in BackgroundVerificationTask()984 if (!UnlinkLeastRecentlyUsedVdexIfNeeded(vdex_path_, &error_msg)) { in Run()985 LOG(ERROR) << "Could not unlink old vdex files " << vdex_path_ << ": " << error_msg; in Run()990 if (!VdexFile::WriteToDisk(vdex_path_, in Run()995 LOG(ERROR) << "Could not write anonymous vdex " << vdex_path_ << ": " << error_msg; in Run()1008 const std::string vdex_path_; member in art::BackgroundVerificationTask