Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc316 return dex_file_location_data_; in GetLocation()
341 const char* const dex_file_location_data_; member in art::linker::OatWriter::OatDexFile
3481 oat_dex_file.dex_file_location_data_, "zipped dex", &error_msg, alignof(DexFile))); in OpenDexFiles()
3863 dex_file_location_data_(dex_file_location), in OatDexFile()
3902 if (!out->WriteFully(dex_file_location_data_, dex_file_location_size_)) { in Write()