Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c64 static uint64_t fc_count = 0; /* Number of files processed so far */ variable
626 fc_count++; in restorecon_sb()
627 if (fc_count % STAR_COUNT == 0) { in restorecon_sb()
629 pc = (fc_count < efile_count) ? (100.0 * in restorecon_sb()
630 fc_count / efile_count) : 100; in restorecon_sb()
633 fprintf(stdout, "\r%luk", fc_count / STAR_COUNT); in restorecon_sb()