Searched defs:dex_file_location (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc697 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); local
699 if (!DexFile::GetChecksum(dex_file_location.c_str(), &dex_file_location_checksum, error_msg)) {
701 "%s", dex_file_location.c_str(), GetName(), error_msg->c_str());
707 oat_file_->GetLocation().c_str(), dex_file_location.c_str(),
/art/runtime/
H A Doat_file.cc270 std::string dex_file_location(dex_file_location_data, dex_file_location_size);
277 dex_file_location.c_str());
284 "file offset", GetLocation().c_str(), i, dex_file_location.c_str());
290 dex_file_location.c_str(), dex_file_offset, Size());
297 dex_file_location.c_str());
305 dex_file_location.c_str(), dex_file_pointer);
311 dex_file_location.c_str(), dex_file_pointer);
321 dex_file_location.c_str());
325 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str());
329 dex_file_location,
433 OatDexFile(const OatFile* oat_file, const std::string& dex_file_location, const std::string& canonical_dex_file_location, uint32_t dex_file_location_checksum, const byte* dex_file_pointer, const uint32_t* oat_class_offsets_pointer) argument
[all...]

Completed in 55 milliseconds