Home
last modified time | relevance | path

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

/art/libdexfile/external/
Ddex_file_ext.cc166 uint32_t full_size = dex_size; // Includes referenced shared data past the end of dex. in ADexFile_create() local
176 if (computed_file_size > full_size) { in ADexFile_create()
177 full_size = computed_file_size; in ADexFile_create()
180 full_size = header->ContainerSize() - header->HeaderOffset(); in ADexFile_create()
185 if (size < full_size) { in ADexFile_create()
187 *new_size = full_size; in ADexFile_create()
194 art::DexFileLoader loader(static_cast<const uint8_t*>(address), full_size, loc_str); in ADexFile_create()