Searched refs:vdex_path_ (Results 1 – 1 of 1) sorted by relevance
645 vdex_path_(vdex_path) { in BackgroundVerificationTask()710 if (!UnlinkLeastRecentlyUsedVdexIfNeeded(vdex_path_, &error_msg)) { in Run()711 LOG(ERROR) << "Could not unlink old vdex files " << vdex_path_ << ": " << error_msg; in Run()716 if (!VdexFile::WriteToDisk(vdex_path_, in Run()721 LOG(ERROR) << "Could not write anonymous vdex " << vdex_path_ << ": " << error_msg; in Run()734 const std::string vdex_path_; member in art::BackgroundVerificationTask