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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java820 * @param est_total estimate total files to process
824 int cur_count, int est_total) throws IOException {
848 lcur_count = indexDown(file, path, count_only, lcur_count, est_total);
856 && est_total > 0 && LOGGER.isLoggable(Level.INFO)) {
859 (lcur_count * 100.0f / est_total)});
823 indexDown(File dir, String parent, boolean count_only, int cur_count, int est_total) argument

Completed in 11 milliseconds