Home
last modified time | relevance | path

Searched refs:dex_file_location_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/oat/
Doat_file.h541 return dex_file_location_; in GetDexFileLocation()
545 const std::string& GetLocation() const { return dex_file_location_; } in GetLocation()
656 const std::string dex_file_location_; variable
Doat_file.cc2181 dex_file_location_(dex_file_location), in OatDexFile()
2205 LOG(WARNING) << "found truncated lookup table in " << dex_file_location_; in InitializeTypeLookupTable()
2230 dex_file_location_(dex_file_location), in OatDexFile()
2261 ArtDexFileLoader dex_file_loader(dex_file_container_, dex_file_location_); in OpenDexFile()
/art/dex2oat/linker/
Doat_writer.cc286 std::unique_ptr<std::string> dex_file_location_; member in art::linker::OatWriter::OatDexFile
3829 dex_file_location_(std::make_unique<std::string>(dex_file_->GetLocation())), in OatDexFile()
3832 dex_file_location_size_(strlen(dex_file_location_->c_str())), in OatDexFile()
3833 dex_file_location_data_(dex_file_location_->c_str()), in OatDexFile()