Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/
Dselinux_restorecon.c776 FTS *fts; in selinux_restorecon() local
908 fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon()
909 if (!fts) in selinux_restorecon()
912 ftsent = fts_read(fts); in selinux_restorecon()
948 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon()
955 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon()
962 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon()
967 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon()
972 fts_set(fts, ftsent, FTS_SKIP); in selinux_restorecon()
985 } while ((ftsent = fts_read(fts)) != NULL); in selinux_restorecon()
[all …]
/external/elfutils/libdwfl/
Dlinux-kernel-modules.c344 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline() local
347 if (fts == NULL) in dwfl_linux_kernel_report_offline()
354 while ((f = fts_read (fts)) != NULL) in dwfl_linux_kernel_report_offline()
361 fts_set (fts, f, FTS_SKIP); in dwfl_linux_kernel_report_offline()
434 fts_close (fts); in dwfl_linux_kernel_report_offline()
584 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes() local
585 if (fts == NULL) in check_module_notes()
593 while ((f = fts_read (fts)) != NULL) in check_module_notes()
622 fts_close (fts); in check_module_notes()
721 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf() local
[all …]
DChangeLog126 fopen64 when needed, since the early fts.h include breaks that.
1864 * linux-kernel-modules.c: Include <fts.h> before <config.h>.
/external/selinux/libselinux/src/android/
Dandroid_platform.c1408 FTS *fts; in selinux_android_restorecon_common() local
1499 fts = fts_open(paths, ftsflags, NULL); in selinux_android_restorecon_common()
1500 if (!fts) { in selinux_android_restorecon_common()
1506 while ((ftsent = fts_read(fts)) != NULL) { in selinux_android_restorecon_common()
1519 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common()
1524 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common()
1529 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common()
1533 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common()
1541 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common()
1552 fts_set(fts, ftsent, FTS_SKIP); in selinux_android_restorecon_common()
[all …]
/external/elfutils/tests/
Dlfs-symbols4 # fts* - linux-kernel-modules.c is careful with FTS_NOSTAT
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3206 FTS *fts = NULL; in cpuset_fts_open() local
3221 fts = fts_open(path_argv, fts_flags, NULL); in cpuset_fts_open()
3222 if (fts == NULL) in cpuset_fts_open()
3231 while ((ftsent = fts_read(fts)) != NULL) { in cpuset_fts_open()
3276 (void)fts_close(fts); in cpuset_fts_open()
3283 if (fts) in cpuset_fts_open()
3284 (void)fts_close(fts); in cpuset_fts_open()
/external/curl/
DCHANGES.016775 libcurl-request@listserv.fts.frontec.se. Curl bug reports, the usual curl
16778 www.fts.frontec.se/~dast/libcurl/.