Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc207 uint32_t computed_file_size; in ExtDexFileOpenFromMemory() local
208 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()