Home
last modified time | relevance | path

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

/third_party/FreeBSD/include/
Dfts.h95 #define FTS_PHYSICAL 0x010 /* physical walk */ macro
/third_party/selinux/libselinux/utils/
Dselabel_get_digests_all_partial_matches.c85 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in main()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c1256 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV; in selinux_restorecon_common()
1258 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon_common()
1574 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR; in selinux_restorecon_xattr()
/third_party/FreeBSD/lib/libc/gen/
Dfts.c673 } else if (ISSET(FTS_NOSTAT) && ISSET(FTS_PHYSICAL)) { in fts_build()
687 ISSET(FTS_NOSTAT), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT)); in fts_build()
/third_party/libabigail/src/
Dabg-tools-utils.cc2270 FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); 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/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dlibcpuset.c3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()
/third_party/elfutils/debuginfod/
Ddebuginfod.cxx3640 (traverse_logical ? FTS_LOGICAL : FTS_PHYSICAL|FTS_XDEV) in scan_source_paths()