Home
last modified time | relevance | path

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

/build/tools/ijar/
Dzip.cc627 static const int CENTRAL_DIR_LOCATOR_SIZE = 22; in FindZipCentralDirectory() local
629 static const int MAX_DELTA = MAX_COMMENT_LENGTH + CENTRAL_DIR_LOCATOR_SIZE; in FindZipCentralDirectory()
636 for (current = bytes + in_length - CENTRAL_DIR_LOCATOR_SIZE; in FindZipCentralDirectory()
648 if (current + comment_length + CENTRAL_DIR_LOCATOR_SIZE in FindZipCentralDirectory()