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.cc163 uint32_t computed_file_size; in ADexFile_create() local
164 if (__builtin_add_overflow(header->data_off_, header->data_size_, &computed_file_size)) { in ADexFile_create()
167 if (computed_file_size > file_size) { in ADexFile_create()
168 file_size = computed_file_size; in ADexFile_create()