Home
last modified time | relevance | path

Searched refs:fc_count (Results 1 - 1 of 1) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c63 static uint64_t fc_count = 0; /* Number of files processed so far */ variable
715 fc_count++; in restorecon_sb()
716 if (fc_count % STAR_COUNT == 0) { in restorecon_sb()
718 float pc = (fc_count < efile_count) ? (100.0 * in restorecon_sb()
719 fc_count / efile_count) : 100; in restorecon_sb()
722 fprintf(stdout, "\r%" PRIu64 "k", fc_count / STAR_COUNT); in restorecon_sb()

Completed in 3 milliseconds