Searched refs:raw_output (Results 1 – 1 of 1) sorted by relevance
3457 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local3461 if (!dex_file->ExtractToMemory(raw_output, &error_msg)) { in WriteDexFile()3473 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local3475 if (!dex_file->PreadFully(raw_output, oat_dex_file->dex_file_size_, /*offset=*/ 0u)) { in WriteDexFile()3496 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local3497 memcpy(raw_output, dex_file, oat_dex_file->dex_file_size_); in WriteDexFile()