Searched refs:end_of_central_dir (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_zip.cpp156 uint32_t end_of_central_dir = start_of_central_dir + length_of_central_dir; local
157 if (end_of_central_dir > off) {
159 __FUNCTION__, end_of_central_dir, zip_file);
170 for (; n < num_entries && off < end_of_central_dir; ++n) {
226 if (off < end_of_central_dir) {
228 __FUNCTION__, end_of_central_dir - off);

Completed in 1048 milliseconds