Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c65 static uint64_t fc_count = 0; /* Number of files processed so far */ variable
636 fc_count++; in restorecon_sb()
637 if (fc_count % STAR_COUNT == 0) { in restorecon_sb()
639 pc = (fc_count < efile_count) ? (100.0 * in restorecon_sb()
640 fc_count / efile_count) : 100; in restorecon_sb()
643 fprintf(stdout, "\r%" PRIu64 "k", fc_count / STAR_COUNT); in restorecon_sb()