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.cc310 return dex_file_location_data_; in GetLocation()
338 const char* const dex_file_location_data_; member in art::linker::OatWriter::OatDexFile
3521 oat_dex_file.dex_file_location_data_, "zipped dex", &error_msg, alignof(DexFile))); in OpenDexFiles()
3913 dex_file_location_data_(dex_file_location), in OatDexFile()
3948 if (!out->WriteFully(dex_file_location_data_, dex_file_location_size_)) { in Write()