Searched refs:dex_file_location_size_ (Results 1 – 1 of 1) sorted by relevance
325 const uint32_t dex_file_location_size_; member in art::linker::OatWriter::OatDexFile4032 dex_file_location_size_(strlen(dex_file_location)), in OatDexFile()4046 return sizeof(dex_file_location_size_) in SizeOf()4047 + dex_file_location_size_ in SizeOf()4062 if (!out->WriteFully(&dex_file_location_size_, sizeof(dex_file_location_size_))) { in Write()4066 oat_writer->size_oat_dex_file_location_size_ += sizeof(dex_file_location_size_); in Write()4068 if (!out->WriteFully(dex_file_location_data_, dex_file_location_size_)) { in Write()4072 oat_writer->size_oat_dex_file_location_data_ += dex_file_location_size_; in Write()