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

/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java788 * @param est_total estimate total files to process
793 int cur_count, int est_total) throws IOException
823 lcur_count = indexDown(file, path, count_only, lcur_count, est_total);
830 if (config.isPrintProgress() && est_total > 0
835 (lcur_count * 100.0f / est_total) });
792 indexDown(File dir, String parent, boolean count_only, int cur_count, int est_total) argument

Completed in 18 milliseconds