Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c64 static uint64_t efile_count; /* Estimated total number of files */ variable
104 efile_count = 0; in restorecon_init()
106 efile_count = exclude_non_seclabel_mounts(); in restorecon_init()
717 if (flags->mass_relabel && efile_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()

Completed in 2 milliseconds