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

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java817 * @param count_only if true will just traverse the source root and count
823 private int indexDown(File dir, String parent, boolean count_only, argument
848 lcur_count = indexDown(file, path, count_only, lcur_count, est_total);
851 if (count_only) {

Completed in 13 milliseconds