Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/setfiles/
Drestore.c123 if (r_opts->nfile > 0) { in restore()
124 progress = (r_opts->count < r_opts->nfile) ? (100.0 * r_opts->count / r_opts->nfile) : 100; in restore()
630 int nfile = 0; in file_system_count() local
633 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count()
635 return nfile; in file_system_count()
652 int nfile = 0; in exclude_non_seclabel_mounts() local
688 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts()
702 return nfile * 1.05; in exclude_non_seclabel_mounts()
Drestore.h26 uint64_t nfile; /* Estimated total number of files */ member
Dsetfiles.c165 r_opts.nfile = 0;
231 r_opts.nfile = exclude_non_seclabel_mounts();
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c1527 Int nfile; in DEBUG_SnarfLinetab() local
1544 nfile = *pnt.s++; in DEBUG_SnarfLinetab()
1553 for (i = 0; i < nfile; i++) { in DEBUG_SnarfLinetab()
1559 for (i = 0; i < nfile; i++) { in DEBUG_SnarfLinetab()