Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
Dlfs-symbols36 #fts_open
/third_party/FreeBSD/include/
Dfts.h172 FTS *fts_open(char * const *, int,
/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c86 fts = fts_open(paths, fts_flags, NULL); in main()
/third_party/elfutils/libdwfl/
Dlinux-kernel-modules.c399 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_report_offline()
669 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL); in check_module_notes()
803 FTS *fts = fts_open (modulesdir, FTS_NOSTAT | FTS_LOGICAL, NULL); in dwfl_linux_kernel_find_elf()
/third_party/libabigail/src/
Dabg-tools-utils.cc1955 if (FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL)) in gen_suppr_spec_from_headers_root_dir()
2269 FTS *file_hierarchy = fts_open(paths, in find_file_under_dir()
2407 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_and_module_paths()
2449 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_path()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c1260 state.fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon_common()
1576 fts = fts_open(paths, fts_flags, NULL); in selinux_restorecon_xattr()
/third_party/FreeBSD/lib/libc/gen/
Dfts.c115 fts_open(char * const *argv, int options, in fts_open() function
/third_party/libabigail/tools/
Dabipkgdiff.cc1909 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_kabi_whitelists_from_arch_under_dir()
2286 FTS *file_hierarchy = fts_open(paths, FTS_LOGICAL|FTS_NOCHDIR, NULL); in get_interesting_files_under_dir()
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c324 FTS *fts = fts_open(dirs, 0, NULL); in debuginfod_clean_cache()
Ddebuginfod.cxx3639 FTS *fts = fts_open ((char * const *)sps.data(), in scan_source_paths()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3214 fts = fts_open(path_argv, fts_flags, NULL); in cpuset_fts_open()