Searched refs:raw_output (Results 1 – 1 of 1) sorted by relevance
3417 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local3421 if (!dex_file->ExtractToMemory(raw_output, &error_msg)) { in WriteDexFile()3433 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local3435 if (!dex_file->PreadFully(raw_output, oat_dex_file->dex_file_size_, /*offset=*/ 0u)) { in WriteDexFile()3456 uint8_t* raw_output = vdex_begin_ + oat_dex_file->dex_file_offset_; in WriteDexFile() local3457 memcpy(raw_output, dex_file, oat_dex_file->dex_file_size_); in WriteDexFile()