Lines Matching refs:dex_location_
138 dex_location_.assign(dex_location); in OatFileAssistant()
170 if (DexLocationToOdexFilename(dex_location_, isa_, &odex_file_name, &error_msg)) { in OatFileAssistant()
180 std::string dm_file_name = GetDmFilename(dex_location_); in OatFileAssistant()
193 if (DexLocationToOatFilename(dex_location_, in OatFileAssistant()
206 LOG(WARNING) << "Failed to determine oat file name for dex location " << dex_location_ << ": " in OatFileAssistant()
215 size_t pos = dex_location_.rfind('/'); in OatFileAssistant()
217 LOG(WARNING) << "Failed to determine dex file parent directory: " << dex_location_; in OatFileAssistant()
221 std::string parent = dex_location_.substr(0, pos); in OatFileAssistant()
225 VLOG(oat) << "Dex parent of " << dex_location_ << " is not writable: " << strerror(errno); in OatFileAssistant()
284 if (boot_class_path_location == dex_location_) { in IsInBootClassPath()
285 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
478 std::string dex = DexFileLoader::GetMultiDexLocation(i, dex_location_.c_str()); in DexChecksumUpToDate()
491 << oat_checksum << ") vs " << dex_location_ << " (" << *dex_checksum << ")"; in DexChecksumUpToDate()
541 LOG(ERROR) << "Not loading " << dex_location_ in GivenOatFileStatus()
713 ArtDexFileLoader dex_loader(&file, dex_location_); in GetRequiredDexChecksum()
735 VLOG(oat) << "No dex file found in " << dex_location_; in GetRequiredDexChecksum()
1089 oat_file_assistant_->dex_location_, in GetFile()
1102 oat_file_assistant_->dex_location_, in GetFile()
1114 ArrayRef<const std::string> dex_locations(&oat_file_assistant_->dex_location_, in GetFile()
1133 oat_file_assistant_->dex_location_, in GetFile()
1230 << context_->EncodeContextForOatFile(android::base::Dirname(dex_location_)); in ClassLoaderContextIsOkay()