Searched refs:resLengthBytes (Results 1 – 1 of 1) sorted by relevance
1004 int resLengthBytes = resLength / BITS_PER_BYTE; in AtRes() local1005 if (resLengthBytes < MIN_RES_LEN_BYTES || resLengthBytes > MAX_RES_LEN_BYTES) { in AtRes()1010 res = new byte[resLengthBytes]; in AtRes()1013 int bytesUsed = MIN_ATTR_LENGTH + resLengthBytes; in AtRes()