Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc274 return dex_file_location_data_; in GetLocation()
298 const char* const dex_file_location_data_; member in art::linker::OatWriter::OatDexFile
3833 dex_file_location_data_(dex_file_location_->c_str()), in OatDexFile()
3869 if (!out->WriteFully(dex_file_location_data_, dex_file_location_size_)) { in Write()