Searched refs:dex_file_location_ (Results 1 – 3 of 3) sorted by relevance
541 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
2181 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()
286 std::unique_ptr<std::string> dex_file_location_; member in art::linker::OatWriter::OatDexFile3829 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()