Home
last modified time | relevance | path

Searched refs:FTS_XDEV (Results 1 – 6 of 6) sorted by relevance

/third_party/FreeBSD/include/
Dfts.h97 #define FTS_XDEV 0x040 /* don't cross devices */ macro
/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/FreeBSD/lib/libc/gen/
Dfts.c353 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read()
/third_party/selinux/libselinux/src/
Dselinux_restorecon.c1256 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV; in selinux_restorecon_common()
/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()