Lines Matching refs:dex_location_

79   dex_location_.assign(dex_location);  in OatFileAssistant()
112 if (boot_class_path[i]->GetLocation() == dex_location_) { in IsInBootClassPath()
113 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath()
322 dex_location_, isa_, &cached_odex_file_name_, &error_msg); in OdexFileName()
404 cached_oat_file_name_found_ = GetDalvikCacheFilename(dex_location_.c_str(), in OatFileName()
410 << dex_location_ << ": " << error_msg; in OatFileName()
486 dex_location_.c_str(), dex_checksum_pointer, false); in GivenOatFileIsOutOfDate()
494 = DexFile::GetMultiDexLocation(i, dex_location_.c_str()); in GivenOatFileIsOutOfDate()
542 LOG(WARNING) << "Dex location " << dex_location_ << " does not seem to include dex file. " in GivenOatFileIsOutOfDate()
625 *error_msg = "Patching of oat file for dex location " + dex_location_ in RelocateOatFile()
632 *error_msg = "Patching of oat file for dex location " + dex_location_ in RelocateOatFile()
678 *error_msg = "Generation of oat file for dex location " + dex_location_ in GenerateOatFile()
684 *error_msg = "Generation of oat file for dex location " + dex_location_ in GenerateOatFile()
693 if (!OS::FileExists(dex_location_.c_str())) { in GenerateOatFile()
694 *error_msg = "Dex location " + dex_location_ + " does not exists."; in GenerateOatFile()
714 args.push_back("--dex-file=" + dex_location_); in GenerateOatFile()
862 if (DexFile::GetChecksum(dex_location_.c_str(), &cached_required_dex_checksum_, &error_msg)) { in GetRequiredDexChecksum()
875 dex_location_.c_str(), nullptr, false); in GetRequiredDexChecksum()
899 dex_location_.c_str(), in GetOdexFile()
940 dex_location_.c_str(), in GetOatFile()