Searched refs:INCFS_MAX_SIGNATURE_SIZE (Results 1 – 3 of 3) sorted by relevance
45 public static final int INCFS_MAX_SIGNATURE_SIZE = 8096; // incrementalfs.h field in V4Signature262 int maxSize = INCFS_MAX_SIGNATURE_SIZE; in readFrom()311 "Signature is too long. Max allowed is " + INCFS_MAX_SIGNATURE_SIZE); in readBytes()
51 char signature[INCFS_MAX_SIGNATURE_SIZE]; in nativeUnsafeGetFileSignature()
168 int max_size = INCFS_MAX_SIGNATURE_SIZE - sizeof(version); in skipIdSigHeaders()