Searched refs:dex_file_location (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | oat_file.cc | 277 std::string dex_file_location(dex_file_location_data, dex_file_location_size); in Setup() local 284 dex_file_location.c_str()); in Setup() 291 "file offset", GetLocation().c_str(), i, dex_file_location.c_str()); in Setup() 297 dex_file_location.c_str(), dex_file_offset, Size()); in Setup() 304 dex_file_location.c_str()); in Setup() 312 dex_file_location.c_str(), dex_file_pointer); in Setup() 318 dex_file_location.c_str(), dex_file_pointer); in Setup() 328 dex_file_location.c_str()); in Setup() 332 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str()); in Setup() 336 dex_file_location, in Setup() [all …]
|
D | oat_file.h | 259 const std::string& dex_file_location,
|
D | class_linker.cc | 1638 const std::string& dex_file_location(dex_cache->GetLocation()->ToModifiedUtf8()); in InitFromImage() local 1639 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile(dex_file_location.c_str(), in InitFromImage() 1641 CHECK(oat_dex_file != nullptr) << oat_file.GetLocation() << " " << dex_file_location; in InitFromImage() 1645 LOG(FATAL) << "Failed to open dex file " << dex_file_location in InitFromImage()
|
/art/runtime/gc/space/ |
D | image_space.cc | 774 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); in ValidateOatFile() local 776 if (!DexFile::GetChecksum(dex_file_location.c_str(), &dex_file_location_checksum, error_msg)) { in ValidateOatFile() 778 "%s", dex_file_location.c_str(), GetName(), error_msg->c_str()); in ValidateOatFile() 784 oat_file_->GetLocation().c_str(), dex_file_location.c_str(), in ValidateOatFile()
|