Home
last modified time | relevance | path

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

/dalvik/libdex/
Dsha1.cpp102 #define LINESIZE 2048 macro
333 char checkline[LINESIZE]; in verifyfile()
345 s = fgets(checkline, LINESIZE, checkfile); in verifyfile()
424 char checkline[LINESIZE]; in main()