Searched defs:checkfile (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A Dsha1.cpp335 FILE *checkfile; local
340 checkfile = fopen(fname, "rt");
341 if (!checkfile)
348 s = fgets(checkline, LINESIZE, checkfile);
425 FILE *checkfile; local

Completed in 4 milliseconds