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

/art/runtime/gc/space/
H A Dimage_space.cc774 const std::string& dex_file_location = oat_dex_file->GetDexFileLocation(); local
776 if (!DexFile::GetChecksum(dex_file_location.c_str(), &dex_file_location_checksum, error_msg)) {
778 "%s", dex_file_location.c_str(), GetName(), error_msg->c_str());
784 oat_file_->GetLocation().c_str(), dex_file_location.c_str(),
/art/runtime/
H A Doat_file.cc277 std::string dex_file_location(dex_file_location_data, dex_file_location_size);
284 dex_file_location.c_str());
291 "file offset", GetLocation().c_str(), i, dex_file_location.c_str());
297 dex_file_location.c_str(), dex_file_offset, Size());
304 dex_file_location.c_str());
312 dex_file_location.c_str(), dex_file_pointer);
318 dex_file_location.c_str(), dex_file_pointer);
328 dex_file_location.c_str());
332 std::string canonical_location = DexFile::GetDexCanonicalLocation(dex_file_location.c_str());
336 dex_file_location,
440 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 1309 milliseconds