• Home
  • Raw
  • Download

Lines Matching refs:dex_location_

124   dex_location_.assign(dex_location);  in OatFileAssistant()
135 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant()
151 if (DexLocationToOatFilename(dex_location_, isa_, &oat_file_name, &error_msg)) { in OatFileAssistant()
157 << dex_location_ << ": " << error_msg; in OatFileAssistant()
165 size_t pos = dex_location_.rfind('/'); in OatFileAssistant()
167 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_; in OatFileAssistant()
171 std::string parent = dex_location_.substr(0, pos); in OatFileAssistant()
175 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
193 if (boot_class_path[i]->GetLocation() == dex_location_) { in IsInBootClassPath()
194 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
355 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate()
385 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate()
461 << dex_location_ in GivenOatFileStatus()
613 if (dex_file_loader.GetMultiDexChecksums(dex_location_.c_str(), in GetRequiredDexChecksums()
860 oat_file_assistant_->dex_location_, in GetFile()
870 ArrayRef<const std::string> dex_locations(&oat_file_assistant_->dex_location_, in GetFile()
888 oat_file_assistant_->dex_location_, in GetFile()
944 << context_->EncodeContextForOatFile(android::base::Dirname(dex_location_)); in ClassLoaderContextIsOkay()