Searched refs:file_count (Results 1 – 2 of 2) sorted by relevance
111 file_count = 0 variable120 file_count += 1137 total_files_count += file_count141 if file_count > 0:142 percent = (int(100.0 * (float(file_pass)/float(file_count))))143 style = get_style(file_count, file_pass)145 count=file_count,153 print(path, file_count, file_pass, file_fail, percent)
179 uint32_t file_count = modules.getSourceFileCount(modi); in GetOrCreateCompiland() local180 cci->m_file_list.reserve(file_count); in GetOrCreateCompiland()