Searched refs:computed_file_size (Results 1 – 1 of 1) sorted by relevance
207 uint32_t computed_file_size; in ExtDexFileOpenFromMemory() local208 if (__builtin_add_overflow(header->data_off_, header->data_size_, &computed_file_size)) { in ExtDexFileOpenFromMemory()213 if (computed_file_size > file_size) { in ExtDexFileOpenFromMemory()214 file_size = computed_file_size; in ExtDexFileOpenFromMemory()